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


IImageServiceInfo.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 > IImageServiceInfo Interface > IImageServiceInfo.MaxNRows Property
ArcGIS Developer Help

IImageServiceInfo.MaxNRows Property

The maximum number of rows this service supports.

[Visual Basic .NET]
Public ReadOnly Property MaxNRows As Integer
[C#]
public int MaxNRows {get;}
[C++]
HRESULT get_MaxNRows(
  System.Int32* pMaxNRows
);
[C++]
Parameters
pMaxNRows [out, retval]

pMaxNRows is a parameter of type long*

Product Availability

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

See Also

IImageServiceInfo Interface