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