 | CMSTKCreate Method |
Create MSTK.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CMSTK Create(
CGXNETCore gxNetShared
)
public static CMSTK Create(
CGXNETCore gxNetShared
)
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CMSTK
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CMSTK
public:
static CMSTK^ Create(
CGXNETCore^ gxNetShared
)
public:
static CMSTK^ Create(
CGXNETCore^ gxNetShared
)
static member Create :
gxNetShared : CGXNETCore -> CMSTK
static member Create :
gxNetShared : CGXNETCore -> CMSTK
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
Return Value
Type:
CMSTKMSTK, aborts if creation fails
See Also