Overload | Description |
---|---|
InsertPoints(Int32,IEnumerable<MapPoint>) | Insert a range of points at the specified index. |
InsertPoints(Int32,IEnumerable<Coordinate2D>) | Insert a range of points at the specified index. |
InsertPoints(Int32,IEnumerable<Coordinate3D>) | Insert a range of points at the specified index. |
InsertPoints(Int32,IEnumerable<Segment>) | Insert the vertices of the segments in the enumeration to the list of points at the specified index. |