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





Windows & Linux

Description

Gets the SceneGlobeOverlaySettings for the scene.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.