public void InsertPoints( int index, IEnumerable<MapPoint> points )
Public Sub InsertPoints( _ ByVal index As Integer, _ ByVal points As IEnumerable(Of MapPoint) _ )
public void InsertPoints( int index, IEnumerable<MapPoint> points )
Public Sub InsertPoints( _ ByVal index As Integer, _ ByVal points As IEnumerable(Of MapPoint) _ )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The point index is greater than Coords.Count. |
System.ArgumentException | The points is null or one of the points in the collection is empty. |
Target Platforms: Windows 11, Windows 10