STK UtilSend comments on this topic.
GetItem Method (IAgRuntimeTypeInfo)
See Also
index
Windows





Windows & Linux

Description

Returns the property of the collection at the given index.

Syntax

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

Parameters

index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.