Gets the SceneGlobeOverlaySettings for the scene.
Read-only property
[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": |