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


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

IImageServiceInfo2.MaxNRows Property

The maximum number of rows this service supports.

[Visual Basic .NET]
Public WriteOnly Property MaxNRows_2
[C#]
public void MaxNRows_2 {set;}
[C++]
HRESULT put_MaxNRows(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

IImageServiceInfo2 Interface