 | CRGRDiRun Method |
Executes the Rangrid program, using the input channel and
output file parameters.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iRun(
CDAT in_dat,
CDAT out_dat
)
public int iRun(
CDAT in_dat,
CDAT out_dat
)
Public Function iRun (
in_dat As CDAT,
out_dat As CDAT
) As Integer
Public Function iRun (
in_dat As CDAT,
out_dat As CDAT
) As Integer
public:
int iRun(
CDAT^ in_dat,
CDAT^ out_dat
)
public:
int iRun(
CDAT^ in_dat,
CDAT^ out_dat
)
member iRun :
in_dat : CDAT *
out_dat : CDAT -> int
member iRun :
in_dat : CDAT *
out_dat : CDAT -> int
Parameters
- in_dat
- Type: GeoEngine.Core.GXNetXCDAT
Handle to source DAT object (from database) - out_dat
- Type: GeoEngine.Core.GXNetXCDAT
Handle to output grid file DAT
Return Value
Type:
Int320 OK, 1 Error.
See Also