Click or drag to resize
CDBGetXYZChanSymb Method
Searches for current X, Y or Z channel symbol

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)
Syntax
public int GetXYZChanSymb(
	int i1
)

Parameters

i1
Type: SystemInt32
See DB_CHAN_SYMBOLConstant

Return Value

Type: Int32
x - Symbol Handle NULLSYMBConstant - Symbol not found searches for the "current" X, Y or Z channel. If none is defined, then looks for "X", "Y" or "Z" channel If the channel is defined, but not present, returns NULLSYMBConstant.
See Also