STK Graphics PrimitivesSend 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();
[Python - STK API ]
@property
def Camera(self) -> "IAgStkGraphicsCamera":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.