ArcObjects Library Reference (Carto)  

IImageServerInit2.MaxRecordCount Property

The maximum number of records returned for query results (GetCatalog).

[Visual Basic .NET]
Public Property MaxRecordCount As Integer
[C#]
public int MaxRecordCount {get; set;}
[C++]
HRESULT get_MaxRecordCount(
  long* Count
);
[C++]
HRESULT put_MaxRecordCount(
  long Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long Count [in]   Count is a parameter of type long

Product Availability

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

See Also

IImageServerInit2 Interface

.NET Related Topics

How to create a local image service