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


ICenterAndSize.Height Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICenterAndSize Interface > ICenterAndSize.Height Property
ArcGIS Developer Help

ICenterAndSize.Height Property

The height of the map expressed in map units.

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

Height is a parameter of type double* Height [in]
Height is a parameter of type double

Product Availability

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

See Also

ICenterAndSize Interface