MultiPolygon.Insert method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Geometry.Shapes
Assembly Skybrud.Essentials.Maps.dll

Insert(int, IPolygon)

Inserts polygon ad the specified index.

public Void Insert(int index, IPolygon polygon)

Parameters

index int

The index at which polygon should be added.

polygon IPolygon

The polygon to be added.

Returns