 | CKGRDCreate Method |
Create a handle to a Krigrid object
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CKGRD Create(
CGXNETCore gxNetShared
)
public static CKGRD Create(
CGXNETCore gxNetShared
)
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CKGRD
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CKGRD
public:
static CKGRD^ Create(
CGXNETCore^ gxNetShared
)
public:
static CKGRD^ Create(
CGXNETCore^ gxNetShared
)
static member Create :
gxNetShared : CGXNETCore -> CKGRD
static member Create :
gxNetShared : CGXNETCore -> CKGRD
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
Return Value
Type:
CKGRDKGRD Object
Remarks
The Krigrid object is initially empty. It will store the
control file parameters which the Krigrid program needs
to execute. Use the LoadParms_KGRD method to get the
control file parameters into the KGRD object.
See Also