public virtual void InsertPart( int beforePartIndex, IEnumerable<Coordinate2D> coordinates )
Public Overloads Overridable Sub InsertPart( _ ByVal beforePartIndex As Integer, _ ByVal coordinates As IEnumerable(Of Coordinate2D) _ )
Parameters
- beforePartIndex
- 0 based index. Specify 0 to insert at the beginning. Specify (CountParts - 1) or -1 to insert at the end.
- coordinates
- An enumeration of coordinates.