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