STK ObjectsSend comments on this topic.
GetItemByIndex Method (IAgStkObjectElementCollection)
See Also
Index
Windows





Windows & Linux

Description

Retrieves an Stk object element from the collection by index.

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.