Click or drag to resize

CDBMakerSymb Method

Adds a Maker to the database symbol

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

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