ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / ReadOnlyPointCollection Class / Copy2DCoordinatesToList Method / Copy2DCoordinatesToList() Method

In This Topic
    Copy2DCoordinatesToList() Method
    In This Topic
    Gets a copy of all the MapPoints in the list as a read-only list of 2D coordinates.
    Syntax
    public IReadOnlyList<Coordinate2D> Copy2DCoordinatesToList()
    Public Overloads Function Copy2DCoordinatesToList() As IReadOnlyList(Of Coordinate2D)

    Return Value

    A readonly list of Coordinate2D.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also