 | CRGRDCreate Method |
Create a handle to a Rangrid object
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CRGRD Create()
public static CRGRD Create()
Public Shared Function Create As CRGRD
Public Shared Function Create As CRGRD
public:
static CRGRD^ Create()
public:
static CRGRD^ Create()
static member Create : unit -> CRGRD
static member Create : unit -> CRGRD
Return Value
Type:
CRGRDRGRD Object
Remarks
The Rangrid object is initially empty. It will store the
control file parameters which the Rangrid program needs
to execute. Use the LoadParms_RGRD method to get the
control file parameters into the RGRD object.
See Also