Gets the envelope that defines the spatial extent of this Viewpoint.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public Envelope Envelope { get; }
Visual Basic (Declaration)
Public ReadOnly Property Envelope As Envelope

Field Value

An Envelope representing the spatial extent of this Viewpoint; Null if this Viewpoint was instantiated using a pair of points (observer and target).

See Also