Overload | Description |
---|---|
Insert(Int32,MapPoint) | Inserts a MapPoint to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Insert(Int32,IEnumerable<MapPoint>) | Inserts an enumeration of MapPoint to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Insert(Int32,Coordinate2D) | Inserts a coordinate to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Insert(Int32,IEnumerable<Coordinate2D>) | Inserts an enumeration of coordinates to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Insert(Int32,Coordinate3D) | Inserts a coordinate to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Insert(Int32,IEnumerable<Coordinate3D>) | Inserts an enumeration of coordinates to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |
Insert(Int32,IEnumerable<Segment>) | Inserts the vertices from an enumeration of segments to the point collection. This method must be called on the MCT. Use QueuedTask.Run. |