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.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CGER : CHANDLE

public class CGER : CHANDLE

The CGER type exposes the following members.

Methods
  NameDescription
Public methodStatic 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 methodIiGet(Int32, String)
Get a message string.
Public methodIiGet(Int32, String, Int32)
Get a message string.
Public methodSetInt
Set a replacement string value to an int.
Public methodSetReal
Set a replacement string value to a real.
Public methodSetString
Set a replacement string value.
Top
See Also