Click or drag to resize

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
Syntax
public static CGER Create(
	string file
)

public static CGER Create(
	string file
)

Parameters

file
Type: SystemString
GER file name.

Return Value

Type: CGER
GER Object
Remarks
The GER file may be in the local directory or the GEOSOFT directory.
See Also