ArcGIS Pro 2.9 API Reference Guide
PolylineBuilderEx Constructor(Polygon)

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

Parameters

polygon
Polygon used for construction of the geometry of this builder.
Exceptions
ExceptionDescription
polygon is null.
Remarks
The spatial reference of the input polyline is inherited by the new builder, however, the HasZ, HasM and HasID attributes are not inherited.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PolylineBuilderEx Class
PolylineBuilderEx Members
Overload List