This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordArray Interface > IRecordArray.Element Property (ArcObjects .NET 10.4 SDK) |
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