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


IWindowPosition.Height Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IW > IWindowPosition Interface > IWindowPosition.Height Property
ArcGIS Developer Help

IWindowPosition.Height Property

The height of the window.

[Visual Basic .NET]
Public Property Height As Integer
[C#]
public int Height {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The Height and Width properties determine the size of the window. This is in screen units.

See Also

IWindowPosition Interface