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

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

    Return Value

    A readonly list of Coordinate3D.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also