This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjects Interface > IObjects.Get Method (ArcObjects .NET 10.4 SDK) |
Retrieves an object from the array by index.
[Visual Basic .NET] Public Function Get ( _ ByVal Index As Integer _ ) As Object
[C#] public object Get ( int Index );
[C++]
HRESULT Get(
long Index,
LPUNKNOWN* Object
);
[C++]
Parameters Index [in] Index is a parameter of type long Object [out, retval] Object is a parameter of type LPUNKNOWN