Click or drag to resize

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
Syntax
public static CRGRD Create(
	CGXNETCore gxNetShared
)

public static CRGRD Create(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: CRGRD
RGRD 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