Tracks (Object)

A collection of all the track objects contained in the current document.

Methods


Sub AddFromFile( iFileName)
Creates a track in the collection, from information from an external file.
Parameters:
iFileName
The path to a valid xml file.
Example:
The following example reads a file called exmple.xml and creates a track in the tracks collection.
 myTracks.AddFromFile ("example.xml")