Click or drag to resize
CDBIGetXYZChan Method
Gets current X, Y or Z channel name

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
searches for the "current" X, Y or Z channel. If none is defined, then returns "X", "Y" or "Z".
Syntax
public void IGetXYZChan(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
See DB_CHAN_SYMBOLConstant
str2
Type: SystemString
returned name
See Also