public enum RangeRelation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum RangeRelation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum RangeRelation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum RangeRelation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AfterStartOverlapsEnd | Include values equal to the end and values that are between the start and end. |
Overlaps | Include values equal to the start or end and values that are between the start and end. |
OverlapsStartWithinEnd | Include values equal to the start and values that are between the start and end. |
Within | Include values that are between the start and end but not equal to either. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.CIM.RangeRelation
Target Platforms: Windows 11, Windows 10