Click or drag to resize

CDBAssociateAll Method

Associate all channels with a group.

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

public void AssociateAll(
	int group
)

Parameters

group
Type: SystemInt32
Group line
Remarks
As of v6.3, if a group line has no class defined, then ALL channels are already assumed to be associated with it, and this function does nothing.
See Also