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





Windows & Linux

Description

Retrieves component info from the collection by index.

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.