Click or drag to resize
CDBSetXYZChan Method
Sets 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
If the value specified is "", the internally stored value is cleared, and GetXYZChan_DB will return "X", "Y" or "Z" This can be used, for instance, to make "Easting" and "Northing" the current X and Y channels, and have GXs using the GetXYZChanSymb_DB function to load "X" and "Y" work as desired.
Syntax
public void SetXYZChan(
	int i1,
	string str2
)

Parameters

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