AGI STK Graphics 11 Send comments on this topic.
Camera Property (IAgStkGraphicsScene)
See Also 





Description

Gets the Camera associated with the scene, which affects the view that is rendered by the scene.

Property type

Read-only property

Syntax

[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();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1