Provides access to members that return a replica's properties. Note: the IReplicaFilterDescription interface has been superseded byIReplicaFilterDescription2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Geometry | The geometry used to determine which features to extract or check out. | |
RowsType | Replica row type options. | |
SpatialRelation | The spatial operator used for a replica. | |
TableDefQuery | The definition query to use when checking out a dataset. | |
TableSelection | The selection set to use when checking out a dataset. | |
TableUsesDefQuery | Indicates if a definition query will be used when checking out a dataset. | |
TableUsesQueryGeometry | Indicates if a spatial extent will be used when checking out a dataset. | |
TableUsesSelection | Indicates if a selection will be used when checking out a dataset. |
CoClasses that implement IReplicaFilterDescription
CoClasses and Classes | Description |
---|---|
ReplicaDescription | Defines the datasets in a replica. |
Remarks
To perform a check out or a data extraction, the properties in the IReplicaFilterDescriptionEdit interface must be set to define the rows to check out. If none of these properties is set, all rows are checked out for all datasets in the check-out.
This interface provides read access to the properties set in IReplicaFilterDescriptionEdit.