ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / PolylineBuilderEx Class
Members

In This Topic
    PolylineBuilderEx Class
    In This Topic
    A builder for creating a polyline.
    Object Model
    PolylineBuilderEx ClassPolyline ClassPolyline ClassPolyline ClassPolyline ClassSegment ClassSpatialReference ClassPolyline Class
    Syntax
    public sealed class PolylineBuilderEx : MultipartBuilderEx 
    Public NotInheritable Class PolylineBuilderEx 
       Inherits MultipartBuilderEx
    Remarks

    Use the PolylineBuilderEx class to to create and/or modify a Polyline shape. The builder is best suited for editing workflows where the user may be adding, inserting or removing parts of a Polyline geometry interactively. A Polyline are based upon the parent Geometry class. The Geometry class is immutable which means that you can not change its shape once it is created. Hence, the PolylineBuilderEx provides the way to make changes when working with a Polyline. Use the PolylineBuilderEx.ToGeometry method to get the Polyline geometry from the builder.

    Most of the PolylineBuilderEx methods can be called on any thread. If a method must be called on the MCT thread, it is noted in the summary. Multipart Polyline

    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.GeometryBuilderEx
          ArcGIS.Core.Geometry.MultipartBuilderEx
             ArcGIS.Core.Geometry.PolylineBuilderEx

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also