NumericRevisionSettings
Description:
Contains settings that apply to Revisions with the Numeric RevisionNumberType.
Contains settings that apply to Revisions with the Numeric RevisionNumberType.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.NumericRevisionSettings
System.Object
Autodesk.Revit.DB.NumericRevisionSettings
public class NumericRevisionSettings : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| NumericRevisionSettings() | None | Constructs a NumericRevisionSettings with a simple, default numbering sequence. | |
| NumericRevisionSettings(NumericRevisionSettings) | None | Constructs a new copy of the input NumericRevisionSettings object. | |
| NumericRevisionSettings(Int32, String, String) | None | Constructs a NumericRevisionSettings object. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the NumericRevisionSettings | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsEqual(NumericRevisionSettings) | Boolean | Determines whether a specified NumericRevisionSettings is the same as 'this'. | |
| IsValid() | Boolean | Determines whether the NumericRevisionSettings object is in a valid state. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| MinimumDigits | int | Controls the minimum number of digits for a revision number. | |
| Prefix | string | The prefix string that will be prepended to the number of each revision with Numeric RevisionNumberingType. | |
| StartNumber | int | The start number for the sequence. | |
| Suffix | string | The suffix string that will be appended to the number of each revision with Numeric RevisionNumberingType. |