 | CMISCCG5toRAW Method |
Note: This API is now obsolete.
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[ObsoleteAttribute("Deprecated since unknown, ")]
public static void CG5toRAW(
string cg5,
string raw
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void CG5toRAW(
string cg5,
string raw
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub CG5toRAW (
cg5 As String,
raw As String
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub CG5toRAW (
cg5 As String,
raw As String
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void CG5toRAW(
String^ cg5,
String^ raw
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void CG5toRAW(
String^ cg5,
String^ raw
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member CG5toRAW :
cg5 : string *
raw : string -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member CG5toRAW :
cg5 : string *
raw : string -> unit
Parameters
- 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