Click or drag to resize

CMISCCG3toRAW Method

Note: This API is now obsolete.

Convert a CG3 dump to RAW format.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void CG3toRAW(
	string cg3,
	string raw
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void CG3toRAW(
	string cg3,
	string raw
)

Parameters

cg3
Type: SystemString
Name of the CG3 file
raw
Type: SystemString
Name of the RAW file
Remarks
REPLACED BY: ConvertCG3toRAW_MISC. or supporting tide correction info in the CG3 file.
See Also