AGI STK Objects 11 Send comments on this topic.
RenderNewVOWindow Property (IAgScVO)
See Also 





Description

Specify whether any loaded or newly created 3D graphics window uses offscreen rendering.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RenderNewVOWindow() As Boolean

[C#]
public bool RenderNewVOWindow {get; set;}

[Managed C++]
public: __property bool get_RenderNewVOWindow();
public: __property void set_RenderNewVOWindow(
bool
);

[Unmanaged C++]
public: HRESULT get_RenderNewVOWindow(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_RenderNewVOWindow(
VARIANT_BOOL NewRenderNewVOWindow
);

[Java]
public bool getRenderNewVOWindow();public void setRenderNewVOWindow(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1