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






Windows & Linux

Description

This property is deprecated.

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.