STK UI ApplicationSend comments on this topic.
Windows Property (IAgUiApplication)
See Also
Windows





Windows & Linux

Description

Returns a collection of windows.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Windows() As IAgUiWindowsCollection
[C#]
public IAgUiWindowsCollection Windows {get;}
[Managed C++]
public: __property IAgUiWindowsCollection ^ get_Windows();
[Unmanaged C++]
public: HRESULT get_Windows(
    IAgUiWindowsCollection ** pVal
);
[Java]
public IAgUiWindowsCollection getWindows();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.