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





Windows & Linux

Description

Get the 2D graphics global settings.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.