DigitGroupingAmount Enumeration


Digit Grouping Amount Enumeration

The number of digits in each group when numbers are formatted with digit grouping.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum DigitGroupingAmount
Members
Member name Value Description
Two 0 Digits are in groups of two, with the exception of the first group to the left of the decimal symbol which contains three digits.
Three 1 Digits are in groups of three.
See Also