 | CMISCConvertCG3toRAW Method |
Convert a CG3 dump to RAW format.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ConvertCG3toRAW(
string cg3,
string raw,
int tide_corr_opt
)
public static void ConvertCG3toRAW(
string cg3,
string raw,
int tide_corr_opt
)
Public Shared Sub ConvertCG3toRAW (
cg3 As String,
raw As String,
tide_corr_opt As Integer
)
Public Shared Sub ConvertCG3toRAW (
cg3 As String,
raw As String,
tide_corr_opt As Integer
)
public:
static void ConvertCG3toRAW(
String^ cg3,
String^ raw,
int tide_corr_opt
)
public:
static void ConvertCG3toRAW(
String^ cg3,
String^ raw,
int tide_corr_opt
)
static member ConvertCG3toRAW :
cg3 : string *
raw : string *
tide_corr_opt : int -> unit
static member ConvertCG3toRAW :
cg3 : string *
raw : string *
tide_corr_opt : int -> unit
Parameters
- cg3
- Type: SystemString
Name of the CG3 file - raw
- Type: SystemString
Name of the RAW file - tide_corr_opt
- Type: SystemInt32
TideCorr Option: 1 - use geosoft, 0 - use CG3/CG5
See Also