Click or drag to resize

CDBIGetXYZChan Method (Int32, String)

Gets current X, Y or Z channel name

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetXYZChan(
	int chan_symb,
	ref string chan
)

public void IGetXYZChan(
	int chan_symb,
	ref string chan
)

Parameters

chan_symb
Type: SystemInt32
<define>DB_CHAN_SYMBOL</define>
chan
Type: SystemString
Returned name
Remarks
searches for the "current" X, Y or Z channel. If none is defined, then returns "X", "Y" or "Z".
See Also