Click or drag to resize

CDBAssociate Method

Associate a channel with a group.

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

public void Associate(
	int group,
	int chan
)

Parameters

group
Type: SystemInt32
Group line
chan
Type: SystemInt32
Channel
Remarks
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.
See Also