Returns a path point at the specified position in the collection.
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsPathPoint this[ int Index ] {get;} |
| [Managed C++] |
|---|
public: __property IAgStkGraphicsPathPoint^ get_Item( int Index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsPathPoint getItem( int Index ); |
[Python - STK API ] |
|---|
@property def Item(self) -> "IAgStkGraphicsPathPoint": |
- Index
- A position of the path point in the collection.






