 | CBIGRIDCreate Method |
Create a handle to a Bigrid object
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CBIGRID Create(
CGXNETCore gxNetShared
)
public static CBIGRID Create(
CGXNETCore gxNetShared
)
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CBIGRID
Public Shared Function Create (
gxNetShared As CGXNETCore
) As CBIGRID
public:
static CBIGRID^ Create(
CGXNETCore^ gxNetShared
)
public:
static CBIGRID^ Create(
CGXNETCore^ gxNetShared
)
static member Create :
gxNetShared : CGXNETCore -> CBIGRID
static member Create :
gxNetShared : CGXNETCore -> CBIGRID
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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