Given an index, returns a chosen object in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal index As Integer _ ) As IAgAdvCATChosenObject |
[C#] |
---|
public IAgAdvCATChosenObject this[ int index ] {get;} |
[Managed C++] |
---|
public: __property IAgAdvCATChosenObject^ get_Item( int index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long index, IAgAdvCATChosenObject* ppRetVal ); |
[Java] |
---|
public IAgAdvCATChosenObject getItem( int index ); |
[Python - STK API ] |
---|
@property def Item(self) -> "IAgAdvCATChosenObject": |
- index