 | 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
Syntaxpublic class CIEXP : CHANDLE
public class CIEXP : CHANDLE
Public Class CIEXP
Inherits CHANDLE
Public Class CIEXP
Inherits CHANDLE
public ref class CIEXP : public CHANDLE
public ref class CIEXP : public CHANDLE
type CIEXP =
class
inherit CHANDLE
end
type CIEXP =
class
inherit CHANDLE
end
The CIEXP type exposes the following members.
Methods
| Name | Description |
---|
 | AddGrid |
This method adds an image to the IEXP object with a
variable name.
|
  | Create | This method creates an IEXP object. |
 | Dispose | Releases the unmanaged resources used by the CIEXP and optionally releases the managed resources (Overrides CHANDLEDispose(Boolean).) |
 | DoFormula | This method runs a formula on the grids. |
Top
See Also