This document is archived and information here might be outdated.  Recommended version.


IObjects.Get Method (ArcObjects .NET 10.4 SDK)
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