 | CDBAssociateClass Method |
Associate a channel with all groups of a specific class.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void AssociateClass(
int chan,
string cl
)
public void AssociateClass(
int chan,
string cl
)
Public Sub AssociateClass (
chan As Integer,
cl As String
)
Public Sub AssociateClass (
chan As Integer,
cl As String
)
public:
void AssociateClass(
int chan,
String^ cl
)
public:
void AssociateClass(
int chan,
String^ cl
)
member AssociateClass :
chan : int *
cl : string -> unit
member AssociateClass :
chan : int *
cl : string -> unit
Parameters
- chan
- Type: SystemInt32
Channel - cl
- Type: SystemString
Class name of groups to associate the channel with. (Must be defined).
Remarks
As of v6.3, if a group line has no class defined, then ALL
channels are automatically assumed to be associated with it.
See Also