AGI STK Objects 11Send comments on this topic.
GetTrackFromId Method (IAgMtoVOTrackCollection)
See Also
TrackId
Windows






Windows & Linux

Description

Given a track id, returns an element in the collection.

Syntax

[Visual Basic .NET]
Public Function GetTrackFromId( _
    ByVal TrackId As Integer _
) As 
[C#]
public IAgMtoVOTrack GetTrackFromId(
    int TrackId
);
[Managed C++]
public: IAgMtoVOTrack^ GetTrackFromId(
    int TrackId
);
[Java]
public IAgMtoVOTrack getTrackFromId(
    int TrackId
);
[Unmanaged C++]
public: HRESULT GetTrackFromId(
    long TrackId,
    IAgMtoVOTrack ** ppRetVal
);

Parameters

TrackId

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.