Given an index, returns the element in the
collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _
ByVal Index As Integer _
) As IAgElement
|
[C#] |
---|
public IAgElement this[
|
[Managed C++] |
---|
public: __property IAgElement^ get_Item(
|
[Unmanaged C++] |
---|
public: HRESULT get_Item(
|
[Java] |
---|
public IAgElement getItem(
|
- Index