 | CBIGRIDRun2 Method |
Executes the Bigrid program, using the input channel and
output file parameters with a projection handle.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void Run2(
string zchan,
CDAT in_dat,
CDAT out_dat,
CIPJ ipj
)
public void Run2(
string zchan,
CDAT in_dat,
CDAT out_dat,
CIPJ ipj
)
Public Sub Run2 (
zchan As String,
in_dat As CDAT,
out_dat As CDAT,
ipj As CIPJ
)
Public Sub Run2 (
zchan As String,
in_dat As CDAT,
out_dat As CDAT,
ipj As CIPJ
)
public:
void Run2(
String^ zchan,
CDAT^ in_dat,
CDAT^ out_dat,
CIPJ^ ipj
)
public:
void Run2(
String^ zchan,
CDAT^ in_dat,
CDAT^ out_dat,
CIPJ^ ipj
)
member Run2 :
zchan : string *
in_dat : CDAT *
out_dat : CDAT *
ipj : CIPJ -> unit
member Run2 :
zchan : string *
in_dat : CDAT *
out_dat : CDAT *
ipj : CIPJ -> unit
Parameters
- zchan
- Type: SystemString
Not used, pass as "" - in_dat
- Type: GeoEngine.Core.GXNetCDAT
Handle to source DAT object (from database) - out_dat
- Type: GeoEngine.Core.GXNetCDAT
Handle to output grid file DAT - ipj
- Type: GeoEngine.Core.GXNetCIPJ
IPJ handle of the projection system
See Also