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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Remarks
See Also
IEnvelope Interface | IEnvelope.Width Property | IEnvelope.LowerLeft Property | IEnvelope.LowerRight Property | IEnvelope.UpperLeft Property | IEnvelope.UpperRight Property