ArcObjects Library Reference (GeoDatabase)  

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