ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ParcelEdgeCollection Class / Points Property

In This Topic
    Points Property (ParcelEdgeCollection)
    In This Topic
    Gets the objectIDs of the point features corresponding with the ends of returned lines.
    Syntax
    public IReadOnlyList<long> Points {get;}
    Public ReadOnly Property Points As IReadOnlyList(Of Long)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also