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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void MakerSymb(
	int symb,
	string prog,
	string name,
	string groups
)

Parameters

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