STK UtilSend comments on this topic.
GetItemByIndex Method (IAgPropertyInfoCollection)
See Also
Index
Windows





Windows & Linux

Description

Retrieves a property from the collection by index.

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.