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 * pVal
);
public: HRESULT put_VOWindow(
BSTR VOWindow
);
|
[Java] |
---|
public String getVOWindow();
public void setVOWindow(
String
);
|
[Python - STK API] |
---|
@property
def VOWindow(self) -> str:
@VOWindow.setter
def VOWindow(self, VOWindow:str) -> None:
|
See Also