ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / PolylineBuilderEx Class / PolylineBuilderEx Constructor / PolylineBuilderEx Constructor(Polygon)
Polygon used for construction of the geometry of this builder.

In This Topic
    PolylineBuilderEx Constructor(Polygon)
    In This Topic
    Creates 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
    The input 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

    ArcGIS Pro version: 3 or higher.
    See Also