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


IARSearchDef.SpatialRelationship Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARSearchDef Interface > IARSearchDef.SpatialRelationship Property
ArcGIS Developer Help

IARSearchDef.SpatialRelationship Property

The spatial relationship between the search and target shapes.

[Visual Basic .NET]
Public Property SpatialRelationship As esriARSpatialRelationship
[C#]
public esriARSpatialRelationship SpatialRelationship {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The SpatialRelationship the ArcReaderSearchDef is based upon. By default this is an Intersects relationship.

Errors Returned

2122 800A084A: The specified enum value is invalid 

See Also

IARSearchDef Interface