Returns a Polygon representing the area covered by the Envelope.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Polygon GetPolygon()
Visual Basic (Declaration)
Public Function GetPolygon As Polygon

Return Value

A Polygon representing the area.

Remarks

A new Polygon is returned from each GetPolygon call.

Version Information: This property is supported from version 2.0.0.1500.

See Also