ESRI.ArcGIS.E2API Feedback via the User Forum
esriE2SpatialRelationship Enumeration
See Also  
ESRI.ArcGIS.E2API Namespace : esriE2SpatialRelationship Enumeration


Spatial relationship options.

Syntax

Visual Basic (Declaration) 
Public Enum esriE2SpatialRelationship 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriE2SpatialRelationship
C# 
public enum esriE2SpatialRelationship : Enum 

Members

MemberDescription
UndefinedNo defined spatial relationship.
IntersectsQuery shape intersects target shape.
EnvelopeIntersectsEnvelope of query shape intersects envelope of target shape.
IndexIntersects Query shape intersects index entry for target shape (primary index filter).
TouchesQuery shape touches target shape.
OverlapsQuery shape overlaps target shape.
CrossesQuery shape crosses target shape.
WithinQuery shape is within target shape.
ContainsQuery shape contains target shape.

Remarks

This enum is used to determine the type of spatial constraint on a search; see the QueryFeatures and SearchFeatures methods.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.E2API.esriE2SpatialRelationship

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This enumeration was added to the E2API at version 1.0.0.348.

See Also