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





Windows & Linux

Description

Get the default MTO track.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DefaultTrack() As IAgMtoDefaultTrack
[C#]
public IAgMtoDefaultTrack DefaultTrack {get;}
[Managed C++]
public: __property IAgMtoDefaultTrack ^ get_DefaultTrack();
[Unmanaged C++]
public: HRESULT get_DefaultTrack(
    IAgMtoDefaultTrack ** ppVal
);
[Java]
public IAgMtoDefaultTrack getDefaultTrack();
[Python - STK API ]
@property
def DefaultTrack(self) -> "IAgMtoDefaultTrack":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.