This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit2 Interface > IImageServerInit2.MaxRecordCount Property (ArcObjects .NET 10.4 SDK) |
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