 | CKGRDCreate Method |
Create a handle to a Krigrid object
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CKGRD Create()
public static CKGRD Create()
Public Shared Function Create As CKGRD
Public Shared Function Create As CKGRD
public:
static CKGRD^ Create()
public:
static CKGRD^ Create()
static member Create : unit -> CKGRD
static member Create : unit -> CKGRD
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