Revit 2025.3 API
Alphanumeric |
Contains settings that apply to Revisions with the Alphanumeric RevisionNumberType.
SystemObject
Autodesk.Revit.DBAlphanumericRevisionSettings
Autodesk.Revit.DBAlphanumericRevisionSettings
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
The AlphanumericRevisionSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| AlphanumericRevisionSettings | Constructs an AlphanumericRevisionSettings with a simple, default sequence. | |
| AlphanumericRevisionSettings(AlphanumericRevisionSettings) | Constructs a new copy of the input AlphanumericRevisionSettings object. | |
| AlphanumericRevisionSettings(IListString, String, String) | Initializes a new instance of the AlphanumericRevisionSettings class |
| Name | Description | |
|---|---|---|
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| Prefix | The prefix string that will be prepended to the number of each revision with Alphanumeric RevisionNumberingType. | |
| Suffix | The suffix string that will be appended to the number of each revision with Alphanumeric RevisionNumberingType. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the AlphanumericRevisionSettings | |
| 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) | |
| GetSequence | Gets a list containing the strings to be used as the numbering sequence for revisions with the Alphanumeric RevisionNumberType. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsEqual | Determines whether a specified AlphanumericRevisionSettings is the same as 'this'. | |
| IsValid | Determines whether the AlphanumericRevisionSettings object is in a valid state. | |
| SetSequence | ||
| ToString | Returns a string that represents the current object. (Inherited from Object) |
See Also