ArcObjects Library Reference (GeoDatabase)  

IGPReplicaDescription.SpatialRelation Property

Defines how the shape returned by the QueryGeometry property is applied during replication and synchronization.

[Visual Basic .NET]
Public Property SpatialRelation As esriSpatialRelEnum
[C#]
public esriSpatialRelEnum SpatialRelation {get; set;}
[C++]
HRESULT get_SpatialRelation(
  esriSpatialRelEnum* SpatialRelation
);
[C++]
HRESULT put_SpatialRelation(
  esriSpatialRelEnum SpatialRelation
);
[C++]

Parameters

SpatialRelation [out, retval]

  SpatialRelation is a parameter of type esriSpatialRelEnum

SpatialRelation [in]

  SpatialRelation 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 replication. For example, if the geometry is a polygon and the SpatialRelation is esriSpatialRelIntersects, any features that intersect the polygon are replicated.

By default this property is set to esriSpatialRelIntersects.  See the esriSpatialRelEnum enumeration for more information.

See Also

IGPReplicaDescription Interface