Show / Hide Table of Contents

Method AddPart

AddPart(IEnumerable<MapPoint>)

Adds a new part consisting of the given points to this polygon builder.

Declaration
public void AddPart(IEnumerable<MapPoint> part)
Parameters
Type Name Description
IEnumerable<MapPoint> part

Points for the part to be added.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.0 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.14
UWP100.0 - 100.14

AddPart(IEnumerable<Segment>)

Adds a new part to this polygon builder.

Declaration
public void AddPart(IEnumerable<Segment> part)
Parameters
Type Name Description
IEnumerable<Segment> part

The Polygon part to add.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.0 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.14
UWP100.0 - 100.14
In This Article
Back to top Copyright © 2021 Esri.