This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordNumberSet Interface > IRecordNumberSet.AddRange Method (ArcObjects .NET 10.5 SDK) |
Adds a range of record numbers to the collection starting with the minRecord and ending with the maxRecord.
[Visual Basic .NET] Public Sub AddRange ( _ ByVal minRecord As Integer, _ ByVal maxRecord As Integer _ )
[C#] public void AddRange ( int minRecord, int maxRecord );
[C++]
HRESULT AddRange(
long minRecord,
long maxRecord
);
[C++]
Parameters minRecord [in] minRecord is a parameter of type long maxRecord [in] maxRecord is a parameter of type long