AGI STK Objects 11Send 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 
[C#]
public System.Array AddTracks(
    int StartingTrackId,
    int NumberofTracks
);
[Managed C++]
public: System::Array AddTracks(
    int StartingTrackId,
    int NumberofTracks
);
[Java]
public VariantArray addTracks(
    int StartingTrackId,
    int NumberofTracks
);
[Unmanaged C++]
public: HRESULT AddTracks(
    long StartingTrackId,
    long NumberofTracks,
    SAFEARRAY * * ppTracks
);

Parameters

StartingTrackId
NumberofTracks

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.