BuiltInFailuresNumberingFailures Class

Failures related to object numbering operations.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBBuiltInFailuresNumberingFailures

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static class NumberingFailures

The BuiltInFailuresNumberingFailures 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
Top
See Also