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


IQueryFilterDefinition3.GetPaginationClause Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IQueryFilterDefinition3.GetPaginationClause Method

A clause that controls query pagination.

[Visual Basic .NET]
Public Sub GetPaginationClause ( _
    ByRef offset As Integer, _
    ByRef RowCount As Integer _
)
[C#]
public void GetPaginationClause (
    ref int offset,
    ref int RowCount
);
[C++]
HRESULT GetPaginationClause(
  System.Int32* offset,
  System.Int32* RowCount
);
[C++]

Parameters offset [out]
offset is a parameter of type long* RowCount [out]
RowCount is a parameter of type long*

Product Availability

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

See Also

IQueryFilterDefinition3 Interface