ArcObjects Library Reference (GeoDatabase)  

IReplicaFilterDescriptionEdit.SpatialRelation Property

The spatial operator used for a replica.

[Visual Basic .NET]
Public WriteOnly Property SpatialRelation
[C#]
public void SpatialRelation {set;}
[C++]
HRESULT put_SpatialRelation(
  esriSpatialRelEnum 
);
[C++]

Parameters

[in]

   is a parameter of type esriSpatialRelEnum

Product Availability

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

Remarks

This property defines how the shape set for the Geometry property is applied during check out. For example, if the geometry is a polygon and the SpatialRelation is esriSpatialRelIntersects, any features that intersect the polygon are checked out.

See Also

IReplicaFilterDescriptionEdit Interface