The height of the Envelope along the Y axis.

Namespace:  ESRI.ArcGISExplorer.Geometry

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

Syntax

C#
public double Height { get; set; }
Visual Basic (Declaration)
Public Property Height As Double

Field Value

A double representing the height.

Remarks

The height of an Envelope indicates the range of Y values.

See Also