| Revit 2020.1 API |
| DigitGroupingAmount Enumeration |
| See Also |
The number of digits in each group when numbers are formatted with digit grouping.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2014
Since:
2014
Syntax
| C# |
|---|
public enum DigitGroupingAmount |
| Visual Basic |
|---|
Public Enumeration DigitGroupingAmount |
| Visual C++ |
|---|
public enum class DigitGroupingAmount |
Members
| Member name | Description |
|---|---|
| Two | 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 | Digits are in groups of three. |