Click or drag to resize
CEXP Class
EXP objects are created from text strings that contain C-like math to be applied to channels in a database. It is used with the Math_DU function (see DU). See also IEXP for applying math expressions to images (grids). See also Math_DU applies expressions to the database
Inheritance Hierarchy

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

The CEXP type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberCreate
This method creates an EXP object.
Public methodAvailable to anyone with an Oasis Montaj licenseStatic memberCreateFile
This method creates an EXP object from a file
Protected methodDispose
Releases the unmanaged resources used by the CEXP and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Top
See Also