This document is archived and information here might be outdated. Recommended version. |
The height of the envelope.
[Visual Basic .NET] Public Property Height As Double
[C#] public double Height {get; set;}
[C++]
HRESULT get_Height(
System.Double* Height
);
[C++]
Parameters Height [out, retval]
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