STK ObjectsSend comments on this topic.
SceneManager Property (IAgScenario)
See Also
Windows





Windows & Linux

Description

A scene manager.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.