AlphanumericRevisionSettings Class

Contains settings that apply to Revisions with the Alphanumeric RevisionNumberType.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBAlphanumericRevisionSettings

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
 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(IListString, String, String) Constructs an AlphanumericRevisionSettings object.
Top
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.
Top
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)
Top
See Also