public void InsertPart( int beforePartIndex, IEnumerable<MapPoint> points )
Public Overloads Sub InsertPart( _ ByVal beforePartIndex As Integer, _ ByVal points As IEnumerable(Of MapPoint) _ )
public void InsertPart( int beforePartIndex, IEnumerable<MapPoint> points )
Public Overloads Sub InsertPart( _ ByVal beforePartIndex As Integer, _ ByVal points As IEnumerable(Of MapPoint) _ )
Exception | Description |
---|---|
System.ArgumentNullException | points is null. |
System.ArgumentOutOfRangeException | beforePartIndex is greater than PartCount. |
Target Platforms: Windows 11, Windows 10