Click or drag to resize
CDBIGetChanClass Method
This method gets a channel's label

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The channel label is stored in the "CLASS" parameter of the channel reg. If no class is defined, then an empty string is returned. The channel must be locked DB_LOCK_READONLY or DB_LOCK_READWRITE
Syntax
public void IGetChanClass(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
Channel handle
str2
Type: SystemString
returned class into
See Also