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.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2015
Syntax
| C# |
|---|
public static int GetMinimumNumberOfDigits(
Document document
) |
| Visual Basic |
|---|
Public Shared Function GetMinimumNumberOfDigits ( _
document As Document _
) As Integer |
| Visual C++ |
|---|
public:
static int GetMinimumNumberOfDigits(
Document^ document
) |
Return Value
The current number of formatting digits
Remarks
Exceptions
See Also