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 * pVal
);
public: HRESULT put_RenderNewVOWindow(
    VARIANT_BOOL RenderNewVOWindow
);
[Java]
public bool getRenderNewVOWindow();
public void setRenderNewVOWindow(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.