ArcObjects Library Reference (GeoDatabase)  

IRecordArray.Element Property

Returns the record at the specified position.

[Visual Basic .NET]
Public Function get_Element ( _
    ByVal Index As Integer _
) As IRecord
[C#]
public IRecord get_Element (
    int Index
);
[C++]
HRESULT get_Element(
  long Index,
  IRecord** rec
);
[C++]

Parameters

Index [in]   Index is a parameter of type long rec [out, retval]

  rec is a parameter of type IRecord

Product Availability

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

See Also

IRecordArray Interface