Gets or sets the selected 3D Graphics window.
Read-write property
[Visual Basic .NET] |
---|
Public Property VOWindow() As String |
[C#] |
---|
public string VOWindow {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_VOWindow(); |
[Unmanaged C++] |
---|
public: HRESULT get_VOWindow( BSTR * pVal ); public: HRESULT put_VOWindow( BSTR VOWindow ); |
[Java] |
---|
public String getVOWindow(); public void setVOWindow( String ); |