 | CRGRDiRun3 Method |
Executes the Rangrid program directly on a database. Specify log file
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iRun3(
CDB db,
string x,
string y,
string z,
string ctl,
string grd,
string log
)
public static int iRun3(
CDB db,
string x,
string y,
string z,
string ctl,
string grd,
string log
)
Public Shared Function iRun3 (
db As CDB,
x As String,
y As String,
z As String,
ctl As String,
grd As String,
log As String
) As Integer
Public Shared Function iRun3 (
db As CDB,
x As String,
y As String,
z As String,
ctl As String,
grd As String,
log As String
) As Integer
public:
static int iRun3(
CDB^ db,
String^ x,
String^ y,
String^ z,
String^ ctl,
String^ grd,
String^ log
)
public:
static int iRun3(
CDB^ db,
String^ x,
String^ y,
String^ z,
String^ ctl,
String^ grd,
String^ log
)
static member iRun3 :
db : CDB *
x : string *
y : string *
z : string *
ctl : string *
grd : string *
log : string -> int
static member iRun3 :
db : CDB *
x : string *
y : string *
z : string *
ctl : string *
grd : string *
log : string -> int
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Handle to a database - x
- Type: SystemString
Y Channel - y
- Type: SystemString
X Channel - z
- Type: SystemString
Data channel - ctl
- Type: SystemString
RANGRID control file. - grd
- Type: SystemString
Output grid name - log
- Type: SystemString
Log file name (default "rangrid.log")
Return Value
Type:
Int320, always.
See Also