Click or drag to resize

CMISCConvertCG5toRAW Method

Convert a CG5 dump to RAW format.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax
public static void ConvertCG5toRAW(
	string cg5,
	string raw,
	int tide_corr_opt
)

public static void ConvertCG5toRAW(
	string cg5,
	string raw,
	int tide_corr_opt
)

Parameters

cg5
Type: SystemString
Name of the CG5 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