com.esri.arcgis.geodatabase
Interface IReplicaFilterDescription2

All Superinterfaces:
IReplicaFilterDescription, Serializable
All Known Implementing Classes:
ReplicaDescription

public interface IReplicaFilterDescription2
extends IReplicaFilterDescription, Serializable

Provides access to members that return a replica's properties.

Product Availability

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


Method Summary
 IFIDSet getTableSelectionIDs(int index)
          The ID's of the rows and features that are replicated when a selection set id ussd.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IReplicaFilterDescription
getGeometry, getRowsType, getSpatialRelation, getTableDefQuery, getTableSelection, isTableUsesDefQuery, isTableUsesQueryGeometry, isTableUsesSelection
 

Method Detail

getTableSelectionIDs

IFIDSet getTableSelectionIDs(int index)
                             throws IOException,
                                    AutomationException
The ID's of the rows and features that are replicated when a selection set id ussd.

Product Availability

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

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFIDSet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.