Click or drag to resize
CGER Class
Allows access to a Geosoft format error message file. This class does not in itself produce an error message, but retrieves a selected message from the file, and allows the setting of replacement parameters within the message. It is up to the user to display or use the message.
Inheritance Hierarchy

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public class CGER : CHANDLE

The CGER type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic memberCreate
Opens an ASCII error file to read from.
Protected methodDispose
Releases the unmanaged resources used by the CGER and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneIiGet
Get a message string.
Public methodAvailable to anyoneSetInt
Set a replacement string value to an int.
Public methodAvailable to anyoneSetReal
Set a replacement string value to a real.
Public methodAvailable to anyoneSetString
Set a replacement string value.
Top
See Also