public PolylineBuilder( IEnumerable<Segment> segments )
Public Function New( _ ByVal segments As IEnumerable(Of Segment) _ )
Parameters
- segments
 - Segments for the first part.
 
public PolylineBuilder( IEnumerable<Segment> segments )
Public Function New( _ ByVal segments As IEnumerable(Of Segment) _ )
| Exception | Description | 
|---|---|
| System.InvalidOperationException | Incompatible spatial references. | 
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. | 
| System.ArgumentNullException | segments is null. | 
Target Platforms: Windows 10, Windows 8.1, Windows 7