Click or drag to resize
CEMAPDrawLine Method
Draws a line on the current map.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Locations are in the current view user units. The line is temporary and will disappear on the next screen refresh. This function is for you to provide interactive screen feedback to your user.
Syntax
public void DrawLine(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

Parameters

min_x
Type: SystemDouble
X1
min_y
Type: SystemDouble
Y1
max_x
Type: SystemDouble
X2
max_y
Type: SystemDouble
Y2
See Also