Skip to content

NumericRevisionSettings

Public Class

Contains settings that apply to Revisions with the Numeric RevisionNumberType.

Inheritance Hierarchy

System.Object
Autodesk.Revit.DB.NumericRevisionSettings

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

Name

Description


Public Method
NumericRevisionSettings.

Constructs a NumericRevisionSettings with a simple, default numbering sequence.


Public Method
NumericRevisionSettings(NumericRevisionSettings)

Constructs a new copy of the input NumericRevisionSettings object.


Public Method
NumericRevisionSettings(Int32, String, String)

Constructs a NumericRevisionSettings object.


Properties

Name

Description


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.


Public Property
MinimumDigits

Controls the minimum number of digits for a revision number.


Public Property

The prefix string that will be prepended to the number of each revision with Numeric RevisionNumberingType.


Public Property

The start number for the sequence.


Public Property

The suffix string that will be appended to the number of each revision with Numeric RevisionNumberingType.


Methods

Name

Description


Public Method

Releases all resources used by the NumericRevisionSettings


Public Method

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)


Public Method

GetHashCode

Serves as the default hash function.
(Inherited from Object)


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method
IsEqual

Determines whether a specified NumericRevisionSettings is the same as ‘this’.


Public Method
IsValid

Determines whether the NumericRevisionSettings object is in a valid state.


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)