Click or drag to resize

CDBIGetGroupClass Method (Int32, String, Int32)

Set the Class name for a group line.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetGroupClass(
	int symb,
	ref string cl,
	int size
)

public void IGetGroupClass(
	int symb,
	ref string cl,
	int size
)

Parameters

symb
Type: SystemInt32
Group line - <define>DB_LOCK_READWRITE</define> or <define>DB_LOCK_READONLY</define>
cl
Type: SystemString
Returned class name - max size = <define>DB_GROUP_CLASS_SIZE</define> - 1
size
Type: SystemInt32
Buffer size
Remarks
This method fails if the line is not a group line. Group classes are used to identify group lines used for special purposes, e.g.: "COLLAR" for the Wholeplot collar table, or "TARGETS" for the UX-Detect Targets list.
See Also