STK ObjectsSend comments on this topic.
VOWindow Property (IAgVeVOBPlaneInstance)
See Also
Windows





Windows & Linux

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

@VOWindow.setter
def VOWindow(self, WindowName:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.