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


IObjects.Get Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjects Interface > IObjects.Get Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

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

See Also

IObjects Interface