ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.CIM Namespace / RangeRelation Enumeration
Version

RangeRelation Enumeration
Range relation types.
Syntax
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.RangeRelation

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.1 or higher.
See Also