Click or drag to resize
CMVGGrid Method
Draw a grid in the current MVG

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The grid will be drawn in the current window. In the LOG and LOGLINEAR rescaling modes, grids will be drawn in decades and the X/Y grid increments will be ignored. In addition, grid lines at 0 (zero) and LOGMIN will be drawn. Obsolete
Syntax
public void Grid(
	double d1st_x,
	double d1st_y,
	double d_x,
	double d_y,
	double d_dx,
	double d_dy,
	int l_type
)

Parameters

d1st_x
Type: SystemDouble
X position of 1st vertical grid line to draw (in rescaling unit)
d1st_y
Type: SystemDouble
Y position of 1st horizontal grid line to draw (in rescaling unit)
d_x
Type: SystemDouble
X grid increment of rescaled map unit (see above Rescaling functions)
d_y
Type: SystemDouble
Y grid increment of rescaled map unit (see above Rescaling functions)
d_dx
Type: SystemDouble
X dot increment/cross X size of rescaled map unit
d_dy
Type: SystemDouble
Y dot increment/cross Y size of rescaled map unit
l_type
Type: SystemInt32
<define>MVG_GRID</define>
See Also