MTO Track List
Add | Adds a new element to the collection. |
AddTrack | Adds a new track with the specified point data. |
AddTracks | Adds and returns the desired number of new tracks starting with the desired id. |
GetTrackFromId | Given a track id, returns an element in the collection. |
LoadCommandFile | Load Track Command File. |
Remove | Removes an element from the collection using a specified track. |
RemoveAll | Removes all elements from the collection. |
RemoveAt | Removes an element from the collection using a specified index. |
RemoveById | Removes an element from the collection using a specified id. |
RemoveTracks | Removes the provided tracks. |
RemoveTracksById | Removes tracks based on the provided Ids. |