Provides access to members that control the collection of record numbers, and to compare record number collections. Record number sets are used in selections with file based data.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Add | Adds a record number to the collection. | |
AddRange | Adds a range of record numbers to the collection starting with the minRecord and ending with the maxRecord. | |
And | Combines the record numbers that are common to both collections into a single collection. | |
ClearAll | Clear all record numbers. | |
Delete | Removes a record number from the collection. | |
Difference | Returns the record numbers that are not in the collection, but are present in the input collection. | |
IDs | Enumerates the record numbers in the record number collection. | |
MaximumRecordNumber | The maximum record in the record number collection. | |
MinimumRecordNumber | The minimum record in the record number collection. | |
Negate | Inverts the collection; selected records become unselected and unselected records become selected. | |
Or | Combines all the record numbers that are in one or the other collection into a single collection. | |
SetAll | Set all record numbers. | |
SetBounds | Sets the starting and ending record numbers for the record number collection, then adds all record numbers between those values to the collection. | |
XOr | Combines the record numbers that are in one of the collections, but not both collections, into a single collection. |
CoClasses that implement IRecordNumberSet
CoClasses and Classes | Description |
---|---|
RecordNumberSet | A collection of record numbers. Record number sets are used in selections with file based data. |