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


IReplicaFilterDescription.RowsType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaFilterDescription Interface > IReplicaFilterDescription.RowsType Property
ArcGIS Developer Help

IReplicaFilterDescription.RowsType Property

Replica row type options.

[Visual Basic .NET]
Public Function get_RowsType ( _
    ByVal Index As Integer _
) As esriRowsType
[C#]
public esriRowsType get_RowsType (
    int Index
);
[C++]
HRESULT get_RowsType(
  long Index,
  esriRowsType* rType
);
[C++]
Parameters
Index [in]

Index is a parameter of type long rType [out, retval]
rType is a parameter of type esriRowsType*

Product Availability

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

Remarks

The value returned indicates how the check out or extraction process determines which rows to checkout. Only datasets that return esriRowsTypeFilter apply the filters imposed by the other returned properties in IReplicaFilterDescription.

See Also

IReplicaFilterDescription Interface