Click or drag to resize
CDBAssociateClass Method
Associate a channel with all groups of a specific class.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
As of v6.3, if a group line has no class defined, then ALL channels are automatically assumed to be associated with it.
Syntax
public void AssociateClass(
	int i1,
	string str2
)

Parameters

i1
Type: SystemInt32
Channel
str2
Type: SystemString
Class name of groups to associate the channel with. (Must be defined).
See Also