NumericRevisionSettings Class

Contains settings that apply to Revisions with the Numeric RevisionNumberType.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBNumericRevisionSettings

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class NumericRevisionSettings : IDisposable

The NumericRevisionSettings type exposes the following members.

Constructors
 NameDescription
Public methodNumericRevisionSettings Constructs a NumericRevisionSettings with a simple, default numbering sequence.
Public methodNumericRevisionSettings(NumericRevisionSettings) Constructs a new copy of the input NumericRevisionSettings object.
Public methodNumericRevisionSettings(Int32, String, String) Constructs a NumericRevisionSettings object.
Top
Properties
 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyMinimumDigits Controls the minimum number of digits for a revision number.
Public propertyPrefix The prefix string that will be prepended to the number of each revision with Numeric RevisionNumberingType.
Public propertyStartNumber The start number for the sequence.
Public propertySuffix The suffix string that will be appended to the number of each revision with Numeric RevisionNumberingType.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the NumericRevisionSettings
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsEqual Determines whether a specified NumericRevisionSettings is the same as 'this'.
Public methodIsValid Determines whether the NumericRevisionSettings object is in a valid state.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also