ArcObjects Library Reference (GeoDatabase)  

IRecordNumberSet.AddRange Method

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

Product Availability

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

See Also

IRecordNumberSet Interface