STK Graphics PrimitivesSend comments on this topic.
GlobeOverlaySettings Property (IAgStkGraphicsSceneManagerInitializer)
See Also
Windows





Windows & Linux

Description

Gets the globe overlay settings, which are used to set global settings for all globe overlays.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property GlobeOverlaySettings() As IAgStkGraphicsGlobeOverlaySettings
[C#]
public IAgStkGraphicsGlobeOverlaySettings GlobeOverlaySettings {get;}
[Managed C++]
public: __property IAgStkGraphicsGlobeOverlaySettings ^ get_GlobeOverlaySettings();
[Unmanaged C++]
public: HRESULT get_GlobeOverlaySettings(
    IAgStkGraphicsGlobeOverlaySettings ** ppRetVal
);
[Java]
public IAgStkGraphicsGlobeOverlaySettings getGlobeOverlaySettings();
[Python - STK API]
@property
def GlobeOverlaySettings(self) -> "IAgStkGraphicsGlobeOverlaySettings":

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.