Gets or sets the 3D Graphics windows in which the B-Plane will be displayed.
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 WindowName ); |
[Java] |
---|
public String getVOWindow(); public void setVOWindow( String ); |