ArcObjects Library Reference (GeoDatabase)  

IObjects.Get Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IObjects Interface