AGI STK Graphics 11 Send 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();

[Java]
public  render();

[Unmanaged C++]
public: HRESULT Render();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface