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