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