Share

NumberingSchema.GetNumbers Method

Returns all numbers currently used in the given numbering sequence


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public IList<IntegerRange> GetNumbers(
	string partition
)

Parameters

partition  String
Name of the partition that identifies the sequence. The sequence must exist.

Return Value

IList<IntegerRange>
A collection of integer ranges

Exceptions

ExceptionCondition
ArgumentException The sequence partition does not exist in the schema.
ArgumentNullException A non-optional argument was null

Remarks

Numbers are returned as a collection of ranges, where each range is a pair of two integer values, Low and High. As long as there is no gap currently in the sequence, there will be only one range.

See Also

Reference

Was this information helpful?