ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ParcelLineInfo Class
Properties


In This Topic
    ParcelLineInfo Class Members
    In This Topic

    The following tables list the members exposed by ParcelLineInfo.

    Public Properties
     NameDescription
    Public Property Gets the ID for the edge associated with this line. Multiple returned for natural boundaries.  
    Public Property Gets the evaluated enum value for the line-to-edge relationships.  
    Public Property Gets the proportional position on the parcel edge for the end vertex of the line feature.  
    Public Property Gets the parcel line feature attributes.  
    Public Property Gets the parcel line feature polyline.  
    Public Property Gets the line’s from-point oid. Multiple returned if coincident point features are found.  
    Public Property Gets whether the parcel line has any other next line connected by a shared end vertex. Next line means on the clockwise end in the edge sequence.  
    Public Property Gets whether the parcel line has any other previous line connected by a shared end vertex. Previous line means on the counter-clockwise end in the edge sequence.  
    Public Property Gets whether the parcel line is a closing line, connected to the starting line feature.  
    Public Property Gets whether the parcel line is oriented in the same direction as the polygon edges.  
    Public Property Gets the line feature’s oid.  
    Public Property Gets the line’s record guid.  
    Public Property Gets the proportional position on the parcel edge for the start vertex of the line feature.  
    Public Property Gets the line’s to-point oid. Multiple returned if coincident point features are found.  
    Top
    See Also