This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelope Interface > IEnvelope.Height Property (ArcObjects .NET 10.5 SDK) |
The height of the envelope.
[Visual Basic .NET] Public Property Height As Double
[C#] public double Height {get; set;}
[C++]
HRESULT get_Height(
double* Height
);
[C++]
HRESULT put_Height(
double Height
);
[C++]
Parameters Height [out, retval] Height is a parameter of type double Height Height is a parameter of type double
The Height of an Envelope is the vertical span. The Height=YMax - YMin. Used to get or set the Height of a non-empty Envelope. If used to set the Height, the LowerLeft and LowerRight points are preserved and the UpperLeft and UpperRight points are repositioned accordingly.
IEnvelope Interface | IEnvelope.Width Property | IEnvelope.LowerLeft Property | IEnvelope.LowerRight Property | IEnvelope.UpperLeft Property | IEnvelope.UpperRight Property