Gets the Camera associated with the scene, which affects the view that is rendered by the scene.
Read-only property
[Visual Basic .NET] |
---|
Public Property Camera() As IAgStkGraphicsCamera |
[C#] |
---|
public IAgStkGraphicsCamera Camera {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsCamera ^ get_Camera(); |
[Unmanaged C++] |
---|
public: HRESULT get_Camera( IAgStkGraphicsCamera ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsCamera getCamera(); |
[Python - STK API ] |
---|
@property def Camera(self) -> "IAgStkGraphicsCamera": |