AGI STK Objects 11 Send comments on this topic.
GetTrackFromId Method (IAgMtoGfxTrackCollection)
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 IAgMtoGfxTrack

[C#]
public IAgMtoGfxTrack GetTrackFromId(
int TrackId
);

[Managed C++]
public: IAgMtoGfxTrack^ GetTrackFromId(
int TrackId
);

[Java]
public IAgMtoGfxTrack getTrackFromId(
int TrackId
);

[Unmanaged C++]
public: HRESULT GetTrackFromId(
long TrackId,
IAgMtoGfxTrack ** ReturnValue
);

Parameters

TrackId

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface