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