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






Windows & Linux

Description

The selected 3D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VOWindow() As String
[C#]
public string VOWindow {get; set;}
[Managed C++]
public: __property String __gc ^ get_VOWindow();
public: __property void set_VOWindow(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_VOWindow(
   BSTR * pRetVal
);
public: HRESULT put_VOWindow(
   BSTR NewVOWindow
);
[Java]
public String getVOWindow();public void setVOWindow(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.