 | 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
Syntaxpublic void DrawPLY(
CPLY polygon
)
public void DrawPLY(
CPLY polygon
)
Public Sub DrawPLY (
polygon As CPLY
)
Public Sub DrawPLY (
polygon As CPLY
)
public:
void DrawPLY(
CPLY^ polygon
)
public:
void DrawPLY(
CPLY^ polygon
)
member DrawPLY :
polygon : CPLY -> unit
member DrawPLY :
polygon : CPLY -> unit
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