 | 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
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub CG3toRAW (
cg3 As String,
raw As String
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub CG3toRAW (
cg3 As String,
raw As String
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void CG3toRAW(
String^ cg3,
String^ raw
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void CG3toRAW(
String^ cg3,
String^ raw
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member CG3toRAW :
cg3 : string *
raw : string -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member CG3toRAW :
cg3 : string *
raw : string -> unit
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