public enum SpatialRelationship : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SpatialRelationship Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SpatialRelationship : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SpatialRelationship Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.SpatialRelationship
Target Platforms: Windows 10, Windows 8.1