ArcObjects Library Reference  (Geometry)    

IEnvelope.Height Property

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

);

[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

 

Envelope Height Example

See Also

IEnvelope Interface | IEnvelope.Width Property | IEnvelope.LowerLeft Property | IEnvelope.LowerRight Property | IEnvelope.UpperLeft Property | IEnvelope.UpperRight Property

 


Feedback Send feedback on this page