ArcGIS Pro 3.7 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 ReadOnly Property Points As IReadOnlyList(Of Long)
    public IReadOnlyList<long> Points {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also