Click or drag to resize

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
Syntax
public int iIsAssociated(
	int group,
	int chan
)

public int iIsAssociated(
	int group,
	int chan
)

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