Class PolylineBuilder
Builder for creating and modifying Polyline geometries incrementally.
Namespace: Esri.ArcGISRuntime.Geometry
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class PolylineBuilder : MultipartBuilder<Polyline>
Remarks
Polyline geometries are immutable and cannot be changed directly once created. The polyline builder allows you
to change the contents of the shape by using the mutable part collection that is accessible from the
Parts property. Each Part in the collection comprises a collection of segments that
make the Part. You can add or remove a Part from the part collection, or you can
create or edit segment vertices of an existing Part. Use To
Constructors
Name | Description |
---|---|
Polyline |
Initializes a new instance of the Polyline |
Polyline |
Initializes a new instance of the Polyline |
PolylineBuilder(IEnumerable<MapPoint>, SpatialReference) | Initializes a new instance of the Polyline |
PolylineBuilder(IEnumerable<Segment>, SpatialReference) | Initializes a new instance of the Polyline |
PolylineBuilder(IEnumerable<IEnumerable<MapPoint>>, SpatialReference) | Initializes a new instance of the Polyline |
PolylineBuilder(IEnumerable<IEnumerable<Segment>>, SpatialReference) | Initializes a new instance of the Polyline |
Methods
Name | Description |
---|---|
To |
Returns the Geometry this geometry builder is constructing or modifying. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |