AGI STK Graphics 11 Send comments on this topic.
GlobeOverlaySettings Property (IAgStkGraphicsSceneManager)
See Also 
Windows






Windows & Linux

Description

Gets the GlobeOverlaySettings, which are used to set global settings for all GlobeOverlays.

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();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface