Click or drag to resize
CDBiIsAssociated Method
Check to see if a channel is associated with group.

Available since Oasis montaj version: 5.1.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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