Click or drag to resize
CDBIGetChanUnit Method
This method Gets a channel's unit

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The unit label is stored in the "UNITS" parameter of the channel reg. The channel must be locked DB_LOCK_READONLY or DB_LOCK_READWRITE
Syntax
public void IGetChanUnit(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
Channel handle
str2
Type: SystemString
string to place unit into
See Also