STK Graphics PrimitivesSend comments on this topic.
Scenes Property (IAgStkGraphicsSceneManager)
See Also
Windows





Windows & Linux

Description

Gets a read-only collection of Scenes that are associated with the SceneManager.

Property type

Read-only property

Syntax

[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(
    IAgStkGraphicsSceneCollection ** ppRetVal
);
[Java]
public IAgStkGraphicsSceneCollection getScenes();
[Python - STK API ]
@property
def Scenes(self) -> "IAgStkGraphicsSceneCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.