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

Available since Oasis montaj version: 5.0.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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 d1,
	double d2,
	double d3,
	double d4
)

Parameters

d1
Type: SystemDouble
X1
d2
Type: SystemDouble
Y1
d3
Type: SystemDouble
X2
d4
Type: SystemDouble
Y2
See Also