Returns the object found at a specified index.
[Visual Basic .NET] Public Function Item ( _ ByVal Index As Object _ ) As Object
[C#] public object Item ( object Index );
[C++]
HRESULT Item(
VARIANT Index,
VARIANT* pItem
);
[C++]Parameters
Index [in] Index is a parameter of type VARIANT pItem [out, retval] pItem is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.