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

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

    Parameters

    coordinates
    Coordinates for the first part. Line segments are constructed from the coordinates.
    spatialReference
    (Optional) The SpatialReference. The default value is null.
    Exceptions
    ExceptionDescription
    The input coordinates enumeration is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also