Click or drag to resize

CDBEasyMakerSymb Method

Adds a Maker to the database symbol based on current GX

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

public void EasyMakerSymb(
	int symb,
	string name,
	string groups
)

Parameters

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