The height of the envelope.
[Visual Basic 6.0] Property Height As Double
[Visual Basic .NET] Public Property Height As Double
[C#] public double Height {get; set;}
[Java] public Double getHeight() throws IOException, AutomationException
[Java] public void setHeight( Double Height ) throws IOException, AutomationException
[C++]
HRESULT get_Height(
double* Height
);
[C++] HRESULT put_Height( double Height);
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