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


IQueryFilterDefinition3.GetPaginationClause Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryFilterDefinition3 Interface > IQueryFilterDefinition3.GetPaginationClause Method
ArcGIS Developer Help

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