Click or drag to resize

CDBAssociateClass Method

Associate a channel with all groups of a specific class.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void AssociateClass(
	int chan,
	string cl
)

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).
Remarks
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