Revit 2025.3 API
Numeric |
Contains settings that apply to Revisions with the Numeric RevisionNumberType.
SystemObject
Autodesk.Revit.DBNumericRevisionSettings
Autodesk.Revit.DBNumericRevisionSettings
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
The NumericRevisionSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| NumericRevisionSettings | Constructs a NumericRevisionSettings with a simple, default numbering sequence. | |
| NumericRevisionSettings(NumericRevisionSettings) | Constructs a new copy of the input NumericRevisionSettings object. | |
| NumericRevisionSettings(Int32, String, String) | Constructs a NumericRevisionSettings object. |
| Name | Description | |
|---|---|---|
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| MinimumDigits | Controls the minimum number of digits for a revision number. | |
| Prefix | The prefix string that will be prepended to the number of each revision with Numeric RevisionNumberingType. | |
| StartNumber | The start number for the sequence. | |
| Suffix | The suffix string that will be appended to the number of each revision with Numeric RevisionNumberingType. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the NumericRevisionSettings | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsEqual | Determines whether a specified NumericRevisionSettings is the same as 'this'. | |
| IsValid | Determines whether the NumericRevisionSettings object is in a valid state. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
See Also