ArcObjects Library Reference (GeoDatabase)  

IReplicaFilterDescriptionEdit.Geometry Property

The geometry used to determine which features to extract or check out.

[Visual Basic .NET]
Public WriteOnly Property Geometry
[C#]
public void Geometry {set;}
[C++]
HRESULT putref_Geometry(
  IGeometry* 
);
[C++]

Parameters

[in]

   is a parameter of type IGeometry

Product Availability

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

Remarks

Set this property if you want to add an association with the specified shape to determine the features to check out or extract. The association is defined by the SpatialRelation property. For example, if the Geometry is a polygon and the SpatialRelation is esriSpatialRelIntersects, any features that intersect the polygon are checked out.

The SpatialReference of the geometry is significant. Data from the check-out feature classes gets projected into this spatial reference when the geometry association is applied. If the spatial reference of the geometry is not set, the features you expect to get checked out or extracted may not be included.  

By default, the geometry is applied to all datasets in the replica description during a check out or extraction.

See Also

IReplicaFilterDescriptionEdit Interface