Iterate through the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal IndexOrName As System.Object _ ) As IAgVAThruster |
[C#] |
---|
public IAgVAThruster this[ System.Object IndexOrName ] {get;} |
[Managed C++] |
---|
public: __property IAgVAThruster^ get_Item( VARIANT IndexOrName ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( VARIANT IndexOrName, IAgVAThruster* ppVAThruster ); |
[Java] |
---|
public IAgVAThruster getItem( AgVariant IndexOrName ); |
[Python - STK API ] |
---|
@property def Item(self) -> "IAgVAThruster": |
- IndexOrName