STK ObjectsSend comments on this topic.
Tracks Property (IAgMto)
See Also
Windows





Windows & Linux

Description

Get the collection of MTO tracks.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.