NumericRevisionSettings Members

The NumericRevisionSettings type exposes the following members.

Constructors

  NameDescription
Public methodNumericRevisionSettings()()()()
Constructs a NumericRevisionSettings with a simple, default numbering sequence.
Public methodNumericRevisionSettings(NumericRevisionSettings)
Constructs a new copy of the input NumericRevisionSettings object.
Public methodNumericRevisionSettings(Int32, String, String)
Constructs a NumericRevisionSettings object.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the NumericRevisionSettings
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEqual
Determines whether a specified NumericRevisionSettings is the same as 'this'.
Public methodIsValid
Determines whether the NumericRevisionSettings object is in a valid state.
Public methodToString
Returns a string that represents the current object.
(Inherited from 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 Numeric RevisionNumberingType.
Public propertyStartNumber
The start number for the sequence.
Public propertySuffix
The suffix string that will be appended to the number of each revision with Numeric RevisionNumberingType.

See Also