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
UWP100.15

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
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.