Gets a read-only collection of Scenes that are
associated with the SceneManager.
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++] |
---|
public: HRESULT get_Scenes(
|
[Java] |
---|
public IAgStkGraphicsSceneCollection getScenes();
|