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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int iIsAssociated(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
Line
i2
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