Retrieves an element of the collection using the name of the element or a position in the collection.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdn this[ System.Object IndexOrName ] {get;} |
| [Managed C++] |
|---|
public: __property IAgCrdn^ get_Item( VARIANT IndexOrName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdn getItem( AgVariant IndexOrName ); |
| [Python - STK API] |
|---|
@property def Item(self) -> "IAgCrdn": |
- IndexOrName
- Specify an index or a name of an element.





