Click or drag to resize

CMVG Class

The MVG class provides the ability to create view graphs.
Inheritance Hierarchy

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

public class CMVG : CHANDLE

The CMVG type exposes the following members.

Methods
  NameDescription
Public methodAxisX
Draw an X axis
Public methodAxisY
Draw a Y axis
Public methodStatic memberCreate
Create a MVG object
Protected methodDispose
Releases the unmanaged resources used by the CMVG and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodGetMVIEW
Get the MVIEW Handle of the Object.
Public methodGrid
Draw a grid in the current MVG
Public methodLabelX
Label annotations on the X axis
Public methodLabelY
Label annotations on the Y axis
Public methodPolyLineVA
Creates PolyLines/polygons from VV and VA.
Public methodPolyLineVV
Creates PolyLines/polygons from VV and VV.
Public methodRescaleXRange
Re-scale horizontal axis
Public methodRescaleYRange
Re-scale vertical axis
Top
See Also