Returns the property of the collection at the given index.
[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": |
- index