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# |
---|
public NumericRevisionSettings(
int startNumber,
string prefix,
string suffix
) |
Visual Basic |
---|
Public Sub New ( _
startNumber As Integer, _
prefix As String, _
suffix As String _
) |
Visual C++ |
---|
public:
NumericRevisionSettings(
int startNumber,
String^ prefix,
String^ suffix
) |
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
Exceptions
See Also