Returns a new Envelope indicating the geographical extent of the Geometry.

Namespace:  ESRI.ArcGISExplorer.Geometry

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

Syntax

C#
public Envelope GetEnvelope()
Visual Basic (Declaration)
Public Function GetEnvelope As Envelope

Return Value

An Envelope indicating the extent.

Remarks

This method returns a new Envelope object which is the smallest Envelope entirely containing the geometry.

For a Point object, the Envelope returned has zero width and height.

See Also