public void InsertPoints( int index, IEnumerable<Coordinate2D> coordinate2Ds )
Public Overloads Sub InsertPoints( _ ByVal index As Integer, _ ByVal coordinate2Ds As IEnumerable(Of Coordinate2D) _ )
Parameters
- index
- The index specifying where the points will be inserted. A negative value means that the points coordinates will be added to the end of the corresponding list. Otherwise, the value must be in the range [0, Coordinate2Ds.Count] inclusive.
- coordinate2Ds
- The coordinates to insert.