Click or drag to resize
CMISCConvertCG5toRAW Method
Convert a CG5 dump to RAW format.

Available since Oasis montaj version: 7.3
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void ConvertCG5toRAW(
	CGXNETCore gxNetShared,
	string cg5,
	string raw,
	int tide_corr_opt
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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