ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ParcelLineToEdgeRelationship Enumeration

In This Topic
    ParcelLineToEdgeRelationship Enumeration
    In This Topic
    The enumeration for describing a boundary line’s start and end points in relation to its parcel edge.
    Syntax
    public enum ParcelLineToEdgeRelationship : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ParcelLineToEdgeRelationship 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    AllAll.
    BothVerticesMatchAnEdgeEndBoth Vertices Match An Edge End.
    EndVertexMatchesAnEdgeEndEnd Vertex Match An Edge End.
    EndVertexOnAnEdgeEnd Vertex On An Edge.
    NoEndVerticesTouchAnEdgeNo End Vertices Touch An Edge.
    StartVertexMatchesAnEdgeEndStart Vertex Match An Edge End.
    StartVertexOnAnEdgeStart Vertex On An Edge.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Editing.ParcelLineToEdgeRelationship

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also