 | CDBiIsAssociated Method |
Check to see if a channel is associated with group.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iIsAssociated(
int group,
int chan
)
public int iIsAssociated(
int group,
int chan
)
Public Function iIsAssociated (
group As Integer,
chan As Integer
) As Integer
Public Function iIsAssociated (
group As Integer,
chan As Integer
) As Integer
public:
int iIsAssociated(
int group,
int chan
)
public:
int iIsAssociated(
int group,
int chan
)
member iIsAssociated :
group : int *
chan : int -> int
member iIsAssociated :
group : int *
chan : int -> int
Parameters
- group
- Type: SystemInt32
Line - chan
- Type: SystemInt32
Channel
Return Value
Type:
Int32
0 if not a group line, or if the channel is not associated.
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