2021 Class
Changes 7
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
C NumericRevisionSettings() None Constructs a NumericRevisionSettings with a simple, default numbering sequence.
C NumericRevisionSettings(Int32, String, String) None Constructs a NumericRevisionSettings object.
C NumericRevisionSettings(NumericRevisionSettings) None Constructs a new copy of the input NumericRevisionSettings object.
Name Return Type Description
M Dispose() None Releases all resources used by the
M IsEqual(NumericRevisionSettings) bool Determines whether a specified NumericRevisionSettings is the same as 'this'.
M IsValid() bool Determines whether the NumericRevisionSettings object is in a valid state.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
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.