This document is archived and information here might be outdated. Recommended version. |
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 [in]
SpatialRelation is a parameter of type esriSpatialRelEnum SpatialRelation [out, retval]
SpatialRelation is a parameter of type esriSpatialRelEnum*
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.