Returns the minimum number of digits to be used for formating
the Number parameter of all enumerable elements of the given document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static int GetMinimumNumberOfDigits(
Document document
)
Parameters
- document Document
-
The document this value is going to be applied to.
Return Value
Int32
The current number of formatting digits
Exceptions
Remarks
The number is used by all numbering schemas in the document.
The value can be modified by using the SetMinimumNumberOfDigits(Document, Int32) method.
See Also
Reference