ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / MultipointBuilderEx Class / AddPoints Method / AddPoints(IEnumerable<Coordinate3D>) Method
The Coordinate3D enumeration to add.

In This Topic
    AddPoints(IEnumerable<Coordinate3D>) Method
    In This Topic
    Aadd an enumeration of points to the list of points.
    Syntax
    public void AddPoints( 
       IEnumerable<Coordinate3D> coordinate3Ds
    )
    Public Overloads Sub AddPoints( _
       ByVal coordinate3Ds As IEnumerable(Of Coordinate3D) _
    ) 

    Parameters

    coordinate3Ds
    The Coordinate3D enumeration to add.
    Exceptions
    ExceptionDescription
    The input point enumeration is null.
    Remarks
    The XY-values of the coordinates are added to end of the Coordinate2Ds list. If the builder property HasZ is true, then the Z-values of the coordinates are added to the end of the Zs list.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also