Click or drag to resize

CVVEXP Class

The VVEXP class is similar to the IEXP class, but is used to apply math expressions to VV objects.
Inheritance Hierarchy

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

public class CVVEXP : CHANDLE

The CVVEXP type exposes the following members.

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