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


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

IReplicaFilterDescription.SpatialRelation Property

The spatial operator used for a replica.

[Visual Basic .NET]
Public ReadOnly Property SpatialRelation As esriSpatialRelEnum
[C#]
public esriSpatialRelEnum SpatialRelation {get;}
[C++]
HRESULT get_SpatialRelation(
  esriSpatialRelEnum* SpatialRel
);
[C++]
Parameters
SpatialRel [out, retval]

SpatialRel is a parameter of type esriSpatialRelEnum*

Product Availability

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

Remarks

This property defines how the shape returned by 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

IReplicaFilterDescription Interface