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


IImageServerInit2.MaxImageHeight Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  long* 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

.NET Related Topics

How to create a local image service