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


IARSearchDef.SpatialRelationship Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (PublisherControls)  

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