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

Available since Oasis montaj version: 5.0
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 "LABEL" parameter of the channel reg. If the setting is empty, the channel name is returned. The channel must be locked <define>DB_LOCK_READONLY</define> or <define>DB_LOCK_READWRITE</define>
Syntax
public void IGetChanLabel(
	int chan,
	ref string label
)

Parameters

chan
Type: SystemInt32
Channel handle
label
Type: SystemString
Returned label into
See Also