 | CSTK.iGetAxisFormat Method |
Get axis number display format.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iGetAxisFormat(
int xy
)
public int iGetAxisFormat(
int xy
)
Public Function iGetAxisFormat (
xy As Integer
) As Integer
Public Function iGetAxisFormat (
xy As Integer
) As Integer
public:
int iGetAxisFormat(
int xy
)
public:
int iGetAxisFormat(
int xy
)
member iGetAxisFormat :
xy : int -> int
member iGetAxisFormat :
xy : int -> int
Parameters
- xy
- Type: System.Int32
<define>STK_AXIS</define>
Return Value
Type:
Int32The current format - <define>DB_CHAN_FORMAT</define>
RemarksBy default, <define>DB_CHAN_FORMAT_NORMAL</define>
See Also