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


IMapServerRows Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerRows Interface
ArcGIS Developer Help

IMapServerRows Interface

Provides access to the Map Server Rows Interface.

Product Availability

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

Members

Name Description
Method Add Adds a row.
Read-only property Count The row count.
Read-only property Element The row at the specified position.
Method Insert Adds a row at the specified position.
Method Remove Removes the row at the specified position.
Method RemoveAll Removes all rows.

Classes that implement IMapServerRows

Classes Description
MapServerRows A collection of Map Server Row objects.

Remarks

The number of rows returned is not limited by MaxRecordCount.