Skip to content

AlphanumericRevisionSettings

Public Class

Contains settings that apply to Revisions with the Alphanumeric RevisionNumberType.

Inheritance Hierarchy

System.Object
Autodesk.Revit.DB.AlphanumericRevisionSettings

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public class AlphanumericRevisionSettings : IDisposable

The AlphanumericRevisionSettings type exposes the following members.

Constructors

Name

Description


Public Method
AlphanumericRevisionSettings.

Constructs an AlphanumericRevisionSettings with a simple, default sequence.


Public Method
AlphanumericRevisionSettings(AlphanumericRevisionSettings)

Constructs a new copy of the input AlphanumericRevisionSettings object.


Public Method
AlphanumericRevisionSettings(IList.String., String, String)

Constructs an AlphanumericRevisionSettings object.


Properties

Name

Description


Public Property
IsValidObject

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


Public Property

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


Public Property

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


Methods

Name

Description


Public Method

Releases all resources used by the AlphanumericRevisionSettings


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

Gets a list containing the strings to be used as the numbering sequence for revisions with the Alphanumeric RevisionNumberType.


Public Method

GetType

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


Public Method
IsEqual

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


Public Method
IsValid

Determines whether the AlphanumericRevisionSettings object is in a valid state.


Public Method
SetSequence

Sets the sequence of strings to be used as numbers for revisions with the Alphanumeric RevisionNumberType.


Public Method

ToString

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