Share

AlphanumericRevisionSettings 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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public class AlphanumericRevisionSettings : IDisposable

The AlphanumericRevisionSettings type exposes the following members.

Constructors

 NameDescription
Public methodAlphanumericRevisionSettings() Constructs an AlphanumericRevisionSettings with a simple, default sequence.
Public methodAlphanumericRevisionSettings(AlphanumericRevisionSettings) Constructs a new copy of the input AlphanumericRevisionSettings object.
Public methodAlphanumericRevisionSettings(IList<String>, String, String) Constructs an AlphanumericRevisionSettings object.

Properties

 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyPrefix The prefix string that will be prepended to the number of each revision with Alphanumeric RevisionNumberingType.
Public propertySuffix The suffix string that will be appended to the number of each revision with Alphanumeric RevisionNumberingType.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the AlphanumericRevisionSettings
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 methodGetSequence Gets a list containing the strings to be used as the numbering sequence for revisions with the Alphanumeric RevisionNumberType.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsEqual Determines whether a specified AlphanumericRevisionSettings is the same as 'this'.
Public methodIsValid Determines whether the AlphanumericRevisionSettings object is in a valid state.
Public methodSetSequence Sets the sequence of strings to be used as numbers for revisions with the Alphanumeric RevisionNumberType.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?