Returns the property of the collection at the given index.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgPropertyInfo GetItem( int index ); |
| [Managed C++] |
|---|
public: IAgPropertyInfo^ GetItem( int index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgPropertyInfo getItem( int index ); |
[Python - STK API ] |
|---|
def GetItem(self, index:int) -> "IAgPropertyInfo": |
- index






