AGI STK Objects 11 Send comments on this topic.
AddTracks Method (IAgMtoTrackCollection)
See Also 
StartingTrackId
NumberofTracks
Windows






Windows & Linux

Description

Adds and returns the desired number of new tracks starting with the desired id.

Syntax

[Visual Basic .NET]
Public Function AddTracks( _
   ByVal StartingTrackId As Integer, _
   ByVal NumberofTracks As Integer _
) As System.Array

[C#]
public System.Array AddTracks(
int StartingTrackId,
int NumberofTracks
);

[Managed C++]
public: System::Array AddTracks(
int StartingTrackId,
int NumberofTracks
);

[Java]
public Object[] addTracks(
int StartingTrackId,
int NumberofTracks
);

[Unmanaged C++]
public: HRESULT AddTracks(
long StartingTrackId,
long NumberofTracks,
SAFEARRAY ** Array
);

Parameters

StartingTrackId
NumberofTracks

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface