DigitGroupingAmount Enumeration |
The number of digits in each group when numbers are formatted with digit grouping.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum DigitGroupingAmount
Public Enumeration DigitGroupingAmount
public enum class DigitGroupingAmount
MembersMember name | Value | Description |
---|
Three | 1 |
Digits are in groups of three.
|
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.
|
See Also