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


IRecordArray Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordArray Interface
ArcGIS Developer Help

IRecordArray Interface

Product Availability

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

Members

Name Description
Method Add Adds a record.
Read-only property Count The record count.
Read-only property Element Returns the record at the specified position.
Method Insert Adds a record at the specified position.
Method Remove Removes the record at the specified position.
Method RemoveAll Removes all records.

Classes that implement IRecordArray

Classes Description
RecordArray Esri RecordArray object.