Gets the element at the specified index (0-based).
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As |
[C#] |
---|
public AgDrawElem this[ int Index ] {get;} |
[Managed C++] |
---|
public: __property AgDrawElem^ get_Item( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT get_Item( long Index, AgDrawElem* pVal ); |
[Java] |
---|
public AgDrawElem getItem( int Index ); |
[Python - STK API ] |
---|
@property def Item(self) -> "AgDrawElem": |
- Index