SEMPLOT_PLOTConstant Class
SEMPLOT plot type selection.
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetSEMPLOT_PLOTConstant

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static class SEMPLOT_PLOTConstant

The SEMPLOT_PLOTConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberALL
Use for selection only. Selects both "XYPlot" and "TriPlot" plots when creating LSTs etc.
Public fieldStatic memberTRIPLOT
Select Tri (Triangular) plot.
Public fieldStatic memberUNKNOWN
Returned as an error status from some functions.
Public fieldStatic memberXYPLOT
Select XY (Scatter) plot.
Top
See Also