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

Copy3DCoordinatesToList() Method
Gets a copy of all the MapPoints in the list as a read-only list of 3D coordinates.
Syntax
public IReadOnlyList<Coordinate3D> Copy3DCoordinatesToList()

Return Value

A readonly list of Coordinate3D.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.3 or higher.
See Also