2027 Class
Changes 2
C

NumericRevisionSettings

Description:
Contains settings that apply to Revisions with the Numeric RevisionNumberType.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.NumericRevisionSettings
public class NumericRevisionSettings : IDisposable
Name Return Type Description Inherited From
C NumericRevisionSettings() None Constructs a NumericRevisionSettings with a simple, default numbering sequence.
C NumericRevisionSettings(NumericRevisionSettings) None Constructs a new copy of the input NumericRevisionSettings object.
C NumericRevisionSettings(Int32, String, String) None Constructs a NumericRevisionSettings object.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the NumericRevisionSettings
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsEqual(NumericRevisionSettings) Boolean Determines whether a specified NumericRevisionSettings is the same as 'this'.
M IsValid() Boolean Determines whether the NumericRevisionSettings object is in a valid state.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P MinimumDigits int Controls the minimum number of digits for a revision number.
P Prefix string The prefix string that will be prepended to the number of each revision with Numeric RevisionNumberingType.
P StartNumber int The start number for the sequence.
P Suffix string The suffix string that will be appended to the number of each revision with Numeric RevisionNumberingType.