Click or drag to resize
CDBIGetChanUnit Method (Int32, String)
This method Gets a channel's unit

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 unit label is stored in the "UNITS" parameter of the channel reg. The channel must be locked <define>DB_LOCK_READONLY</define> or <define>DB_LOCK_READWRITE</define>
Syntax
public void IGetChanUnit(
	int chan,
	ref string unit
)

Parameters

chan
Type: SystemInt32
Channel handle
unit
Type: SystemString
String to place unit into
See Also