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






