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


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

IReplicaFilterDescriptionEdit.TableSelection Property

The selection set to use when checking out a dataset.

[Visual Basic .NET]
Public Sub set_TableSelection ( _
    ByVal Index As Integer, _
    ByVal A_2 As ISelectionSet _
)
[C#]
public void set_TableSelection (
    int Index,
    ISelectionSet A_2
);
[C++]
HRESULT putref_TableSelection(
  long Index,
  ISelectionSet* 
);
[C++]
Parameters
Index [in]

Index is a parameter of type long [in]
is a parameter of type ISelectionSet*

Product Availability

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

Remarks

This property allows you to set a SelectionSet as a filter.

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

IReplicaFilterDescriptionEdit Interface