ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / PolylineBuilderEx Class / PolylineBuilderEx Constructor / PolylineBuilderEx Constructor(Envelope)
Envelope used for construction of the geometry of this builder. Note that if the envelope has Z-values, they will be interpolated for the upper right and lower left vertices.

In This Topic
    PolylineBuilderEx Constructor(Envelope)
    In This Topic
    Creates a new instance of the PolylineBuilderEx class from the input envelope.
    Syntax
    public PolylineBuilderEx( 
       Envelope envelope
    )
    Public Function New( _
       ByVal envelope As Envelope _
    )

    Parameters

    envelope
    Envelope used for construction of the geometry of this builder. Note that if the envelope has Z-values, they will be interpolated for the upper right and lower left vertices.
    Exceptions
    ExceptionDescription
    The input envelope is null.
    Remarks
    The spatial reference of the input multipoint 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