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


IImageServerInit2.MaxImageHeight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit2 Interface > IImageServerInit2.MaxImageHeight Property
ArcGIS Developer Help

IImageServerInit2.MaxImageHeight Property

The maximum height in pixels of an image request.

[Visual Basic .NET]
Public Property MaxImageHeight As Integer
[C#]
public int MaxImageHeight {get; set;}
[C++]
HRESULT get_MaxImageHeight(
  System.Int32* Height
);
[C++]
HRESULT put_MaxImageHeight(
  long Height
);
[C++]
Parameters
Height [out, retval]

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

Product Availability

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

See Also

IImageServerInit2 Interface