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