Share

BuiltInFailures.NumberingFailures Class

Failures related to object numbering operations.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.BuiltInFailures.NumberingFailures


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

Syntax

C#

public static class NumberingFailures

The BuiltInFailures.NumberingFailures type exposes the following members.

Properties

 NameDescription
Public propertyStatic memberInputOutOfValidRangeError The input value is out of the allowed range.
Public propertyStatic memberMoreThenOneElementWasChanged The operation lead to the renumbering of more then one element.
Public propertyStatic memberNumberAlreadyInUseError The new number is already in use.
Public propertyStatic memberSampleNumberingError Replace this with the first real one

See Also

Reference

Was this information helpful?