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






