Click or drag to resize
CDBIGetXYZChan Method (Int32, String)
Gets current X, Y or Z channel name

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 chan_symb,
	ref string chan
)

Parameters

chan_symb
Type: SystemInt32
<define>DB_CHAN_SYMBOL</define>
chan
Type: SystemString
Returned name
See Also