Click or drag to resize
CDBIGetGroupClass Method (Int32, String)
Set the Class name for a group line.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public void IGetGroupClass(
	int symb,
	ref string cl
)

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
See Also