ArcGIS Pro 2.8 API Reference Guide
CreatePolyline(Multipoint,SpatialReference) Method

ArcGIS.Core.Geometry Namespace > PolylineBuilderEx Class > CreatePolyline Method : CreatePolyline(Multipoint,SpatialReference) Method
The multipoint to create the polyline. Line segments are created from the points in the multipoint.
(Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from multipoint.
Convenience method to create a new instance of the Polyline class.
Syntax
Public Overloads Shared Function CreatePolyline( _
   ByVal multipoint As Multipoint, _
   Optional ByVal spatialReference As SpatialReference _
) As Polyline

Parameters

multipoint
The multipoint to create the polyline. Line segments are created from the points in the multipoint.
spatialReference
(Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from multipoint.

Return Value

Exceptions
ExceptionDescription
multipoint is null.
Remarks
HasZ, HasM and HasID attributes are inherited from the input multipoint.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PolylineBuilderEx Class
PolylineBuilderEx Members
Overload List