NumberingSchemaGetMinimumNumberOfDigits Method |
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: 25.0.0.0 (25.0.0.0)
Syntaxpublic static int GetMinimumNumberOfDigits(
Document document
)
Public Shared Function GetMinimumNumberOfDigits (
document As Document
) As Integer
public:
static int GetMinimumNumberOfDigits(
Document^ document
)
static member GetMinimumNumberOfDigits :
document : Document -> int
Parameters
- document Document
-
The document this value is going to be applied to.
Return Value
Int32
The current number of formatting digits
Exceptions
Remarks
See Also