public void Insert( int beforePointIndex, IEnumerable<Coordinate3D> coordinates )
Public Overloads Sub Insert( _ ByVal beforePointIndex As Integer, _ ByVal coordinates As IEnumerable(Of Coordinate3D) _ )
Parameters
- beforePointIndex
- 0 based index. Specify 0 to insert a point at the beginning. Specifying -1 is equivalent to Add.
- coordinates
- The set of coordinates to insert.