STK ObjectsSend comments on this topic.
AvailableWindows Property (IAgVODataDisplayElement)
See Also
Windows





Windows & Linux

Description

Get the available 3D windows for the data display.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableWindows() As System.Array
[C#]
public System.Array AvailableWindows {get;}
[Managed C++]
public: __property System::Array get_AvailableWindows();
[Unmanaged C++]
public: HRESULT get_AvailableWindows(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableWindows();
[Python - STK API ]
@property
def AvailableWindows(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.