Constructs a NumericRevisionSettings object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public NumericRevisionSettings( int startNumber, string prefix, string suffix )
Parameters
- startNumber Int32
- The start number for the sequence.
- prefix String
- The prefix string for each revision number in the sequence.
- suffix String
- The suffix string for each revision number in the sequence.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | The given value for startNumber is negative. |