NumericRevisionSettings
Description:
Contains settings that apply to Revisions with the Numeric RevisionNumberType.
Contains settings that apply to Revisions with the Numeric RevisionNumberType.
public class NumericRevisionSettings : IDisposable
| Name | Return Type | Description |
|---|---|---|
| NumericRevisionSettings() | None | Constructs a NumericRevisionSettings with a simple, default numbering sequence. |
| NumericRevisionSettings(Int32, String, String) | None | Constructs a NumericRevisionSettings object. |
| NumericRevisionSettings(NumericRevisionSettings) | None | Constructs a new copy of the input NumericRevisionSettings object. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| IsEqual(NumericRevisionSettings) | bool | Determines whether a specified NumericRevisionSettings is the same as 'this'. |
| IsValid() | bool | Determines whether the NumericRevisionSettings object is in a valid state. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| 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. |