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






