ArcObjects Library Reference (GeoDatabase)  

IReplicaFilterDescription.TableSelection Property

The selection set to use when checking out a dataset.

[Visual Basic .NET]
Public Function get_TableSelection ( _
    ByVal Index As Integer _
) As ISelectionSet
[C#]
public ISelectionSet get_TableSelection (
    int Index
);
[C++]
HRESULT get_TableSelection(
  long Index,
  ISelectionSet** selections
);
[C++]

Parameters

Index [in]   Index is a parameter of type long selections [out, retval]

  selections is a parameter of type ISelectionSet

Product Availability

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

Remarks

This property returns nothing if no SelectionSet has been applied to the dataset at the specified index.

The IReplicaDescription::FindTable method can be used to return the index of a specific dataset. The IReplicaDescription::TableName and IReplicaDescription::TableNameCount properties can be used to cycle through all checked out datasets. 

See Also

IReplicaFilterDescription Interface