Returns a picked object at the specified
position in the collection.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Item( _
ByVal Index As Integer _
) As IAgStkGraphicsPickResult
|
| [C#] |
|---|
public IAgStkGraphicsPickResult this[
|
| [Managed C++] |
|---|
public: __property IAgStkGraphicsPickResult^ get_Item(
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Item(
|
| [Java] |
|---|
public IAgStkGraphicsPickResult getItem(
|
- Index