Get the collection of MTO tracks.
Read-only property
[Visual Basic .NET] |
---|
Public Property Tracks() As IAgMtoTrackCollection |
[C#] |
---|
public IAgMtoTrackCollection Tracks {get;} |
[Managed C++] |
---|
public: __property IAgMtoTrackCollection ^ get_Tracks(); |
[Unmanaged C++] |
---|
public: HRESULT get_Tracks( IAgMtoTrackCollection ** ppVal ); |
[Java] |
---|
public IAgMtoTrackCollection getTracks(); |
[Python - STK API ] |
---|
@property def Tracks(self) -> "IAgMtoTrackCollection": |