Click or drag to resize
CEMAPDrawPLY Method
Draws a polygon on the current map.

Available since Oasis montaj version: 9.6
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 polygon 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 DrawPLY(
	CPLY polygon
)

Parameters

polygon
Type: GeoEngine.Core.GXNetXCPLY
PLY Object
See Also