Allows you to iterate through the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As IAgVATargeterGraphActiveControl |
[C#] |
---|
public IAgVATargeterGraphActiveControl this[ int Index ] {get;} |
[Managed C++] |
---|
public: __property IAgVATargeterGraphActiveControl^ get_Item( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long Index, IAgVATargeterGraphActiveControl* DCControl ); |
[Java] |
---|
public IAgVATargeterGraphActiveControl getItem( int Index ); |
[Python - STK API ] |
---|
@property def Item(self) -> "IAgVATargeterGraphActiveControl": |
- Index