Click or drag to resize

CDBGetXYZChanSymb Method

Searches for current X, Y or Z channel symbol

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int GetXYZChanSymb(
	int chan
)

public int GetXYZChanSymb(
	int chan
)

Parameters

chan
Type: SystemInt32
<define>DB_CHAN_SYMBOL</define>

Return Value

Type: Int32
x - Symbol Handle <define>NULLSYMB</define> - 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 <define>NULLSYMB</define>.
See Also