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


IQueryFilterDefinition3.SetPaginationClause Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IQueryFilterDefinition3.SetPaginationClause Method

A clause that controls query pagination.

[Visual Basic .NET]
Public Sub SetPaginationClause ( _
    ByVal offset As Integer, _
    ByVal RowCount As Integer _
)
[C#]
public void SetPaginationClause (
    int offset,
    int RowCount
);
[C++]
HRESULT SetPaginationClause(
  long offset,
  long RowCount
);
[C++]

Parameters offset [in] offset is a parameter of type long RowCount [in] RowCount is a parameter of type long

Product Availability

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

See Also

IQueryFilterDefinition3 Interface