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





Windows & Linux

Description

Get the default track 2D graphics.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.