public void InsertPoints( int index, IEnumerable<MapPoint> points )
Public Overloads Sub InsertPoints( _ ByVal index As Integer, _ ByVal points As IEnumerable(Of MapPoint) _ )
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.
- points
- The points to insert.