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