Click or drag to resize
CDBSetGroupClass Method
Set the Class name for a group line.

Available since Oasis montaj version: 5.0.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void SetGroupClass(
	int i1,
	string str2
)

Parameters

i1
Type: SystemInt32
Group line - DB_LOCK_READWRITE
str2
Type: SystemString
See DB_GROUP_CLASS_SIZEConstant
See Also