Gets the element at the specified index (0-based).
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal Index As Integer _ ) As IAgDrawElem |
[C#] |
---|
public IAgDrawElem this[ |
[Managed C++] |
---|
public: __property IAgDrawElem^ get_Item( |
[Unmanaged C++] |
---|
public: HRESULT get_Item( |
[Java] |
---|
public IAgDrawElem getItem( |
- Index
- Zero-based index into the collection of drawing elements.
This property is implicit in Visual Basic.