| Visual Basic (Declaration) | |
|---|---|
Public Enum esriE2SpatialRelationship Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum esriE2SpatialRelationship : Enum | |
| Member | Description |
|---|---|
| Undefined | No defined spatial relationship. |
| Intersects | Query shape intersects target shape. |
| EnvelopeIntersects | Envelope of query shape intersects envelope of target shape. |
| IndexIntersects | Query shape intersects index entry for target shape (primary index filter). |
| Touches | Query shape touches target shape. |
| Overlaps | Query shape overlaps target shape. |
| Crosses | Query shape crosses target shape. |
| Within | Query shape is within target shape. |
| Contains | Query shape contains target shape. |
This enum is used to determine the type of spatial constraint on a search; see the
QueryFeatures and SearchFeatures methods.
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.E2API.esriE2SpatialRelationship
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This enumeration was added to the E2API at version 1.0.0.348.
Copy Code