ArcGIS Pro 2.6 API Reference Guide
SpatialRelationship Enumeration

ArcGIS.Core.Data Namespace : SpatialRelationship Enumeration
Specifies the spatial relationship.
Syntax
Members
MemberDescription
Contains The filter geometry wholly contains within it a feature from the target feature class.
Crosses The filter geometry crosses a feature from the target feature class.
EnvelopeIntersects The envelope of the filter geometry intersects with the envelope of a feature in the target feature class.
IndexIntersects The envelope of the filter geometry intersects with the index entry for a feature in the target feature class.
Intersects The filter geometry intersects a feature from the target feature class.
Overlaps The filter geometry overlaps a feature in the target feature class.
Touches The filter geometry touches a feature in the target feature class.
Undefined No defined spatial relationship.
Within The filter geometry is within a feature in the target feature class.
Remarks
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.SpatialRelationship

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data Namespace