Click or drag to resize

CDBSetGroupClass Method

Set the Class name for a group line.

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

public void SetGroupClass(
	int symb,
	string cl
)

Parameters

symb
Type: SystemInt32
Group line - <define>DB_LOCK_READWRITE</define>
cl
Type: SystemString
<define>DB_GROUP_CLASS_SIZE</define>
Remarks
This method fails if the line is not a group line. Group classes are used to identify group lines used for special purposes. All group lines with the same class share the same list of associated channels. 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 a group class should only be defined when you wish to associate a subset of the available channels to group line.
See Also