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