 | CMSTKGetSTK Method |
Get a specific STK object from a MSTK object
(Index of 0 gets the first STK in the MSTK)
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic CSTK GetSTK(
int num
)
public CSTK GetSTK(
int num
)
Public Function GetSTK (
num As Integer
) As CSTK
Public Function GetSTK (
num As Integer
) As CSTK
public:
CSTK^ GetSTK(
int num
)
public:
CSTK^ GetSTK(
int num
)
member GetSTK :
num : int -> CSTK
member GetSTK :
num : int -> CSTK
Parameters
- num
- Type: SystemInt32
Index to STK to get
Return Value
Type:
CSTKx - STK Object handle
See Also