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


IImageServiceInfo2.MaxRecordCount 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.MaxRecordCount Property
ArcGIS Developer Help

IImageServiceInfo2.MaxRecordCount Property

The maximum number of records returned for query results.

[Visual Basic .NET]
Public Property MaxRecordCount As Integer
[C#]
public int MaxRecordCount {get; set;}
[C++]
HRESULT get_MaxRecordCount(
  System.Int32* pCount
);
[C++]
HRESULT put_MaxRecordCount(
  long pCount
);
[C++]
Parameters
pCount [out, retval]

pCount is a parameter of type long* pCount [in]
pCount is a parameter of type long

Product Availability

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

See Also

IImageServiceInfo2 Interface