 | CDBIGetGroupClass Method (Int32, String) |
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
Syntaxpublic void IGetGroupClass(
int symb,
ref string cl
)
public void IGetGroupClass(
int symb,
ref string cl
)
Public Sub IGetGroupClass (
symb As Integer,
ByRef cl As String
)
Public Sub IGetGroupClass (
symb As Integer,
ByRef cl As String
)
public:
void IGetGroupClass(
int symb,
String^% cl
)
public:
void IGetGroupClass(
int symb,
String^% cl
)
member IGetGroupClass :
symb : int *
cl : string byref -> unit
member IGetGroupClass :
symb : int *
cl : string byref -> unit
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
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