STK UI CoreSend comments on this topic.
GetItemByIndex Method (IAgUiWindowsCollection)
See Also
Index
Windows





Windows & Linux

Description

Retrieves a window object by index in collection.

Syntax

[Visual Basic .NET]
Public Function GetItemByIndex( _
    ByVal Index As Integer _
) As IAgUiWindow
[C#]
public IAgUiWindow GetItemByIndex(
    int Index
);
[Managed C++]
public: IAgUiWindow^ GetItemByIndex(
    int Index
);
[Unmanaged C++]
public: HRESULT GetItemByIndex(
    int Index,
    IAgUiWindow ** ppVal
);
[Java]
public IAgUiWindow getItemByIndex(
    Integer Index
);
[Python - STK API ]
def GetItemByIndex(self, Index:int) -> "IAgUiWindow":

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.