STK Graphics PrimitivesSend comments on this topic.
Render Method (IAgStkGraphicsSceneManager)
See Also
Windows





Windows & Linux

Description

Renders all Scenes within an application. To render a specific Scene, use the Scene.Render method.

Syntax

[Visual Basic .NET]
Public Sub Render()
[C#]
public void Render();
[Managed C++]
public: void Render();
[Unmanaged C++]
public: HRESULT Render();
[Java]
public void render();
[Python - STK API ]
def Render(self) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.