Controls the minimum number of digits for a revision number.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public int MinimumDigits { get; set; }
Property Value
Int32Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: The given value for minimumDigits is not positive. |