Adds a new track with the specified point data.
[Visual Basic .NET] |
---|
Public Function AddTrack( _ ByVal TrackId As Integer, _ ByRef TimeVals As System.Array, _ ByRef LatVals As System.Array, _ ByRef LonVals As System.Array, _ ByRef AltVals As System.Array _ ) As IAgMtoTrack |
[C#] |
---|
public IAgMtoTrack AddTrack( |
[Managed C++] |
---|
public: IAgMtoTrack^ AddTrack( |
[Java] |
---|
public IAgMtoTrack addTrack( |
[Unmanaged C++] |
---|
public: HRESULT AddTrack( |
- TrackId
- The TrackID must be larger than all other TrackIDs existing for the MTO.
- TimeVals
- LatVals
- LonVals
- AltVals
Add MTO track
[C#] | ![]() | |
---|---|---|
|
Load MTO track points from file
[C#] | ![]() | |
---|---|---|
|
Add MTO track
[Visual Basic .NET] | ![]() | |
---|---|---|
|
Load MTO track points from file
[Visual Basic .NET] | ![]() | |
---|---|---|
|