NumberingFormatSettingsMinimumNumberOfDigits Property |
Defines the minimum digit count for the numerical display.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic int MinimumNumberOfDigits { get; set; }Public Property MinimumNumberOfDigits As Integer
Get
Set
public:
property int MinimumNumberOfDigits {
int get ();
void set (int value);
}member MinimumNumberOfDigits : int with get, set
Property Value
Int32
Exceptions
Remarks
This is not applied when numbering uses characters instead of digits.
See Also