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[ int Index ] {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsPathPoint^ get_Item( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( int Index, IAgStkGraphicsPathPoint* ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsPathPoint getItem( Integer Index ); |
[Python - STK API ] |
---|
@property def Item(self) -> "IAgStkGraphicsPathPoint": |
- Index