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


IRecordArray.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRecordArray.Add Method

Adds a record.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal rec As IRecord _
)
[C#]
public void Add (
    IRecord rec
);
[C++]
HRESULT Add(
  IRecord* rec
);
[C++]

Parameters rec [in]
rec is a parameter of type IRecord

Product Availability

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

See Also

IRecordArray Interface