Click or drag to resize

CIEXP Class

The IEXP class is similar to the EXP class, but is used to apply math expressions to grids (IMG objects).
Inheritance Hierarchy

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CIEXP : CHANDLE

public class CIEXP : CHANDLE

The CIEXP type exposes the following members.

Methods
  NameDescription
Public methodAddGrid
This method adds an image to the IEXP object with a variable name.
Public methodStatic memberCreate
This method creates an IEXP object.
Protected methodDispose
Releases the unmanaged resources used by the CIEXP and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodDoFormula
This method runs a formula on the grids.
Top
See Also