Gets a read-only collection of scenes that are associated with the scene manager.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Scenes() As IAgStkGraphicsSceneCollection |
| [C#] |
|---|
public IAgStkGraphicsSceneCollection Scenes {get;} |
| [Managed C++] |
|---|
public: __property IAgStkGraphicsSceneCollection ^ get_Scenes(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsSceneCollection getScenes(); |
| [Python - STK API] |
|---|
@property def Scenes(self) -> "IAgStkGraphicsSceneCollection": |





