Click or drag to resize
CMVIEWGrid Method
Draw a grid in the current window

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The grid will be drawn in the current window specified by the last SetWindow call.
Syntax
public void Grid(
	double x_inc,
	double y_inc,
	double dx,
	double dy,
	int grid_type
)

Parameters

x_inc
Type: SystemDouble
X grid increment
y_inc
Type: SystemDouble
Y grid increment
dx
Type: SystemDouble
dX dot increment/cross X size
dy
Type: SystemDouble
dY dot increment/cross Y size
grid_type
Type: SystemInt32
<define>MVIEW_GRID</define>
See Also