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