Click or drag to resize
CDBIGetChanClass Method (Int32, String)
This method gets a channel's label

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 <define>DB_LOCK_READONLY</define> or <define>DB_LOCK_READWRITE</define>
Syntax
public void IGetChanClass(
	int chan,
	ref string cl
)

Parameters

chan
Type: SystemInt32
Channel handle
cl
Type: SystemString
Returned class into
See Also