ArcGIS Pro 2.8 API Reference Guide
PolylineBuilderEx Constructor(Segment,SpatialReference)

ArcGIS.Core.Geometry Namespace > PolylineBuilderEx Class > PolylineBuilderEx Constructor : PolylineBuilderEx Constructor(Segment,SpatialReference)
The segment for the first part.
(Optional) The SpatialReference. The default value is null.
Initializes a new instance of the PolylineBuilderEx class.
Syntax
public PolylineBuilderEx( 
   Segment segment,
   SpatialReference spatialReference
)
Public Function New( _
   ByVal segment As Segment, _
   Optional ByVal spatialReference As SpatialReference _
)

Parameters

segment
The segment for the first part.
spatialReference
(Optional) The SpatialReference. The default value is null.
Exceptions
ExceptionDescription
segment is null.
Remarks
The spatial reference of the segment is ignored.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PolylineBuilderEx Class
PolylineBuilderEx Members
Overload List