Constructs a NumericRevisionSettings object. 
   Namespace:   Autodesk.Revit.DB  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0) 
  Since:  2016 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- startNumber
-  Type:  System Int32  
 The start number for the sequence.
- prefix
-  Type:  System String  
 The prefix string for each revision number in the sequence.
- suffix
-  Type:  System String  
 The suffix string for each revision number in the sequence.
Remarks
 The starting number parameter accepts any non-negative integer, and the prefix and suffix strings are allowed to be empty. 
 Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentNullException | A non-optional argument was null | 
| Autodesk.Revit.Exceptions ArgumentOutOfRangeException | The given value for startNumber is negative. |