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

In This Topic
    PolygonBuilderEx Constructor(Polyline)
    In This Topic
    Initializes a new instance of the PolygonBuilderEx class from the parts of a polyline.
    Syntax
    public PolygonBuilderEx( 
       Polyline polyline
    )
    Public Function New( _
       ByVal polyline As Polyline _
    )

    Parameters

    polyline
    Polyline used for construction of the geometry of this builder.
    Exceptions
    ExceptionDescription
    The input polyline 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