Get the 2D graphics global settings.
Read-only property
[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": |