Given a track id, returns an element in the collection.
[Visual Basic .NET] |
---|
Public Function GetTrackFromId( _ ByVal TrackId As Integer _ ) As IAgMtoGfxTrack |
[C#] |
---|
public IAgMtoGfxTrack GetTrackFromId( int TrackId ); |
[Managed C++] |
---|
public: IAgMtoGfxTrack^ GetTrackFromId( int TrackId ); |
[Unmanaged C++] |
---|
public: HRESULT GetTrackFromId( long TrackId, IAgMtoGfxTrack ** ppRetVal ); |
[Java] |
---|
public IAgMtoGfxTrack getTrackFromId( int TrackId ); |
[Python - STK API ] |
---|
def GetTrackFromId(self, TrackId:int) -> "IAgMtoGfxTrack": |
- TrackId