STK UI CoreSend comments on this topic.
Item Property (IAgUiWindowsCollection)
See Also
IndexOrCaption
Windows





Windows & Linux

Description

Retrieves a window object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal IndexOrCaption As System.Object _
) As IAgUiWindow
[C#]
public IAgUiWindow this[
    System.Object IndexOrCaption
] {get;}
[Managed C++]
public: __property IAgUiWindow^ get_Item(
    VARIANT IndexOrCaption
);
[Unmanaged C++]
public: HRESULT get_Item(
    VARIANT IndexOrCaption,
    IAgUiWindow* pVal
);
[Java]
public IAgUiWindow getItem(
    AgVariant IndexOrCaption
);
[Python - STK API ]
@property
def Item(self) -> "IAgUiWindow":

Parameters

IndexOrCaption

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.