Click or drag to resize

CEMAPDrawPLY Method

Draws a polygon on the current map.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void DrawPLY(
	CPLY polygon
)

public void DrawPLY(
	CPLY polygon
)

Parameters

polygon
Type: GeoEngine.Core.GXNetXCPLY
PLY Object
Remarks
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.
See Also