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


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

IReplicaFilterDescription2.TableSelectionIDs Property

The ID's of the rows and features that are replicated when a selection set id ussd.

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

Index is a parameter of type long SelectionIDs [out, retval]
SelectionIDs is a parameter of type IFIDSet**

Product Availability

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

See Also

IReplicaFilterDescription2 Interface