 | CDBSetGroupClass Method |
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 SetGroupClass(
int symb,
string cl
)
public void SetGroupClass(
int symb,
string cl
)
Public Sub SetGroupClass (
symb As Integer,
cl As String
)
Public Sub SetGroupClass (
symb As Integer,
cl As String
)
public:
void SetGroupClass(
int symb,
String^ cl
)
public:
void SetGroupClass(
int symb,
String^ cl
)
member SetGroupClass :
symb : int *
cl : string -> unit
member SetGroupClass :
symb : int *
cl : string -> unit
Parameters
- symb
- Type: SystemInt32
Group line - <define>DB_LOCK_READWRITE</define> - cl
- Type: SystemString
<define>DB_GROUP_CLASS_SIZE</define>
Remarks
This method fails if the line is not a group line.
Group classes are used to identify group lines used for
special purposes. All group lines with the same class share
the same list of associated channels.
As of v6.3, if a group line has no class defined, then ALL
channels are assumed to be associated with it. This means
that a group class should only be defined when you wish to
associate a subset of the available channels to group line.
See Also