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