ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / PolylineBuilderEx Class / PolylineBuilderEx Constructor / PolylineBuilderEx Constructor(IEnumerable<Coordinate3D>,SpatialReference)
Coordinates for the first ring. Line segments are constructed from the coordinates.
(Optional) The SpatialReference. The default value is null.

In This Topic
    PolylineBuilderEx Constructor(IEnumerable<Coordinate3D>,SpatialReference)
    In This Topic
    Creates a new instance of the PolylineBuilderEx class.
    Syntax

    Parameters

    coordinates
    Coordinates for the first ring. Line segments are constructed from the coordinates.
    spatialReference
    (Optional) The SpatialReference. The default value is null.
    Exceptions
    ExceptionDescription
    The input coordinates enumeration is null.
    Remarks
    The HasZ property is set to true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also