 | 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
Syntaxpublic int GetXYZChanSymb(
int chan
)
public int GetXYZChanSymb(
int chan
)
Public Function GetXYZChanSymb (
chan As Integer
) As Integer
Public Function GetXYZChanSymb (
chan As Integer
) As Integer
public:
int GetXYZChanSymb(
int chan
)
public:
int GetXYZChanSymb(
int chan
)
member GetXYZChanSymb :
chan : int -> int
member GetXYZChanSymb :
chan : int -> int
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