ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / PolylineBuilderEx Class / PolylineBuilderEx Constructor / PolylineBuilderEx Constructor(Multipoint)
Multipoint used for construction of the geometry of this builder. Line segments are constructed from the points in the multipoint.

In This Topic
    PolylineBuilderEx Constructor(Multipoint)
    In This Topic
    Creates a new instance of the PolylineBuilderEx class from the input multipoint.
    Syntax
    public PolylineBuilderEx( 
       Multipoint multipoint
    )
    Public Function New( _
       ByVal multipoint As Multipoint _
    )

    Parameters

    multipoint
    Multipoint used for construction of the geometry of this builder. Line segments are constructed from the points in the multipoint.
    Exceptions
    ExceptionDescription
    The input multipoint is null.
    Remarks
    The spatial reference of the input multipoint is inherited by the new builder, however, the HasZ, HasM and HasID attributes are not inherited.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also