This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordArray Interface > IRecordArray.Insert Method (ArcObjects .NET 10.4 SDK) |
Adds a record at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal rec As IRecord _ )
[C#] public void Insert ( int Index, IRecord rec );
[C++]
HRESULT Insert(
long Index,
IRecord* rec
);
[C++]
Parameters Index [in] Index is a parameter of type long rec [in]
rec is a parameter of type IRecord