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





Windows & Linux

Description

Retrieves a toolbar object based on the index in the collection.

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.