Click or drag to resize
CDBIGetGroupClass Method
Set the Class name for a group line.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
Group line - DB_LOCK_READWRITE or DB_LOCK_READONLY
str2
Type: SystemString
returned class name - max size = DB_GROUP_CLASS_SIZE - 1
See Also