public sealed class PolylineBuilderEx : MultipartBuilderEx
Public NotInheritable Class PolylineBuilderEx Inherits MultipartBuilderEx
public sealed class PolylineBuilderEx : MultipartBuilderEx
Public NotInheritable Class PolylineBuilderEx Inherits MultipartBuilderEx
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.
System.Object
ArcGIS.Core.Geometry.GeometryBuilderEx
ArcGIS.Core.Geometry.MultipartBuilderEx
ArcGIS.Core.Geometry.PolylineBuilderEx
Target Platforms: Windows 11, Windows 10, Windows 8.1