Description
The 3D Graphics windows in which the B-Plane will be displayed.
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