ArcGIS Pro 2.6 API Reference Guide
PolylineBuilder Constructor(IEnumerable<Segment>)

ArcGIS.Core.Geometry Namespace > PolylineBuilder Class > PolylineBuilder Constructor : PolylineBuilder Constructor(IEnumerable<Segment>)
Segments for the first part.
Initializes a new instance of the PolylineBuilder class. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public PolylineBuilder( 
   IEnumerable<Segment> segments
)
Public Function New( _
   ByVal segments As IEnumerable(Of Segment) _
)

Parameters

segments
Segments for the first part.
Exceptions
ExceptionDescription
Incompatible spatial references.
This method or property must be called within the lambda passed to QueuedTask.Run.
segments is null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

PolylineBuilder Class
PolylineBuilder Members
Overload List