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

public class CEXP : CHANDLE

The CEXP type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
This method creates an EXP object.
Public methodStatic 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