Click or drag to resize

CMISCCG5toRAW Method

Note: This API is now obsolete.

Convert a CG5 dump to RAW format.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void CG5toRAW(
	CGXNETCore gxNetShared,
	string cg5,
	string raw
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void CG5toRAW(
	CGXNETCore gxNetShared,
	string cg5,
	string raw
)

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
Remarks
REPLACED BY: ConvertCG5toRAW_MISC. for supporting tide correction info in the CG5 file.
See Also