This document is archived and information here might be outdated.  Recommended version.


IEnvelopeGEN.Height Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.Height Property
ArcGIS Developer Help

IEnvelopeGEN.Height Property

The height of the envelope.

[Visual Basic .NET]
Public Property Height As Double
[C#]
public double Height {get; set;}
[C++]
HRESULT put_Height(
  double Height
);
[C++]
Parameters
Height 

Height is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

refer to the Height property of IEnvelope

See Also

IEnvelopeGEN Interface