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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface