Click or drag to resize

CPGEXP Class

The PGEXP class is similar to the EXP class, but is used to apply math expressions to pagers (PG objects). It works only on PGs of the same dimensions.
Inheritance Hierarchy

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

public class CPGEXP : CHANDLE

The CPGEXP type exposes the following members.

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