Replaces the current alphanumeric revision numbering settings with the provided settings.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetAlphanumericRevisionSettings( AlphanumericRevisionSettings settings )
Parameters
- settings AlphanumericRevisionSettings
- The AlphanumericRevisionSettings to be applied to alphanumeric revision numbering.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | settings is not a valid AlphanumericRevisionSettings. |
| ArgumentNullException | A non-optional argument was null |
