ArcGIS Pro 2.8 API Reference Guide
PolylineBuilderEx Constructor(Polyline)

ArcGIS.Core.Geometry Namespace > PolylineBuilderEx Class > PolylineBuilderEx Constructor : PolylineBuilderEx Constructor(Polyline)
Polyline used for construction of the geometry of this builder.
Initializes a new instance of the PolylineBuilderEx class from the input polyline.
Syntax
public PolylineBuilderEx( 
   Polyline polyline
)
Public Function New( _
   ByVal polyline As Polyline _
)

Parameters

polyline
Polyline used for construction of the geometry of this builder.
Exceptions
ExceptionDescription
polyline is null.
Remarks
All properties of the input polyline, including the spatial reference, are inherited by the new builder.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PolylineBuilderEx Class
PolylineBuilderEx Members
Overload List