Gets the element at the specified index (0-based).
Read-only property
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public AgDrawElem this[ int Index ] {get;} |
| [Managed C++] |
|---|
public: __property AgDrawElem^ get_Item( int Index ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgDrawElem getItem( int Index ); |
- Index
- Zero-based index into the collection of drawing elements.
This property is implicit in Visual Basic.





