Click or drag to resize
CDBAssociate Method
Associate a channel with a group.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If it is already associated, or if the group has no defined group class, does nothing. As of v6.3, if a group line has no class defined, then ALL channels are assumed to be associated with it. This means that you need to associate a new channel with a group only in those cases where the group class is defined. If this function is used on a group with a group class, then the channel is added to class's association list, and the channel will be recognized as being associated with all groups of that class.
Syntax
public void Associate(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
group line
i2
Type: SystemInt32
Channel
See Also