STK ObjectsSend comments on this topic.
GetTrackFromId Method (IAgMtoTrackCollection)
See Also
TrackId
The TrackID must be larger than all other TrackIDs existing for
the MTO.
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 IAgMtoTrack
[C#]
public IAgMtoTrack GetTrackFromId(
    int TrackId
);
[Managed C++]
public: IAgMtoTrack^ GetTrackFromId(
    int TrackId
);
[Unmanaged C++]
public: HRESULT GetTrackFromId(
    long TrackId,
    IAgMtoTrack ** ppIAgMtoTrack
);
[Java]
public IAgMtoTrack getTrackFromId(
    int TrackId
);
[Python - STK API ]
def GetTrackFromId(self, TrackId:int) -> "IAgMtoTrack":

Parameters

TrackId
The TrackID must be larger than all other TrackIDs existing for
the MTO.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.