Click or drag to resize
CDBMakerSymb Method
Adds a Maker to the database symbol

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void MakerSymb(
	int i1,
	string str2,
	string str3,
	string str4
)

Parameters

i1
Type: SystemInt32
Symbol to create maker for
str2
Type: SystemString
Name of program
str3
Type: SystemString
Maker name, used in menu prompt
str4
Type: SystemString
INI groups (terminate each with a ";")
See Also