 | CGERCreate Method |
Opens an ASCII error file to read from.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CGER Create(
string file
)
public static CGER Create(
string file
)
Public Shared Function Create (
file As String
) As CGER
Public Shared Function Create (
file As String
) As CGER
public:
static CGER^ Create(
String^ file
)
public:
static CGER^ Create(
String^ file
)
static member Create :
file : string -> CGER
static member Create :
file : string -> CGER
Parameters
- file
- Type: SystemString
GER file name.
Return Value
Type:
CGERGER Object
Remarks
The GER file may be in the local directory or the GEOSOFT
directory.
See Also