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






