Returns the point at the given zero-based
index.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Item( _
ByVal Index As Integer _
) As IAgStkGraphicsPathPoint
|
| [C#] |
|---|
public IAgStkGraphicsPathPoint this[
|
| [Managed C++] |
|---|
public: __property IAgStkGraphicsPathPoint^ get_Item(
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Item(
|
| [Java] |
|---|
public IAgStkGraphicsPathPoint getItem(
|
- Index