Click or drag to resize
CGERCreate Method
Opens an ASCII error file to read from.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The GER file may be in the local directory or the GEOSOFT directory.
Syntax
public static CGER Create(
	CGXNETCore gxNetShared,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
GER file name.

Return Value

Type: CGER
GER Object
See Also