MTO track point list.
Add | Adds a new element to the collection. Time uses DateFormat Dimension. |
AddPoint | Adds a new element to the collection using specified point data. Time uses DateFormat Dimension. Latitude/Longitude use Angle Dimension. Altitude uses Distance Dimension. |
Extend | Extends the track with the specified point data. |
InsertPoint | Inserts a point into the track point collection. Uses the time to determine where the point should be inserted. This is slower than AddPoint, AddPoints or Extend. |
LoadPoints | Loads MTO track points. |
RemoveAll | Removes all elements from the collection. |
RemoveAt | Removes an element from the collection using a specified index. |