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