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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 chan,
	string cl
)

Parameters

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