 | CRGRDiRun2 Method |
Executes the Rangrid program directly on a database.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int iRun2(
CGXNETCore gxNetShared,
CDB db,
string x,
string y,
string z,
string ctl,
string grd
)
public static int iRun2(
CGXNETCore gxNetShared,
CDB db,
string x,
string y,
string z,
string ctl,
string grd
)
Public Shared Function iRun2 (
gxNetShared As CGXNETCore,
db As CDB,
x As String,
y As String,
z As String,
ctl As String,
grd As String
) As Integer
Public Shared Function iRun2 (
gxNetShared As CGXNETCore,
db As CDB,
x As String,
y As String,
z As String,
ctl As String,
grd As String
) As Integer
public:
static int iRun2(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ x,
String^ y,
String^ z,
String^ ctl,
String^ grd
)
public:
static int iRun2(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ x,
String^ y,
String^ z,
String^ ctl,
String^ grd
)
static member iRun2 :
gxNetShared : CGXNETCore *
db : CDB *
x : string *
y : string *
z : string *
ctl : string *
grd : string -> int
static member iRun2 :
gxNetShared : CGXNETCore *
db : CDB *
x : string *
y : string *
z : string *
ctl : string *
grd : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
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
Return Value
Type:
Int320, always.
See Also