ArcGIS Pro 2.9 API Reference Guide
CreatePolyline(Polygon,SpatialReference) Method

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

Parameters

polygon
The polygon to create the polyline.
spatialReference
(Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from polygon.

Return Value

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PolylineBuilderEx Class
PolylineBuilderEx Members
Overload List