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