ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.Height Property

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

refer to the Height property of IEnvelope

See Also

IEnvelopeGEN Interface