Removes gaps, if any, in a numbering sequence
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
public void RemoveGaps( string partition)
partitionString
Name of the partition that identifies the sequence. The sequence must exist.
Exception
Condition
The sequence partition does not exist in the schema.
A non-optional argument was null
Either the schema or its document cannot be modified at present.
Gaps are removed by shifting numbers above each gap down by the amount of numbers skipped in the gap. The lowest number in the sequence will remain unchanged.