Namespace:
Autodesk.Revit.DB
DigitGroupingSymbol
Enumeration
Description:
The symbol used to separate groups of digits when numbers are formatted with digit grouping.
The symbol used to separate groups of digits when numbers are formatted with digit grouping.
DigitGroupingSymbol Enumeration Members:
Name | Description |
---|---|
0 | A dot ("."). |
1 | A comma (","). |
2 | A space (" "). |
3 | An apostrophe ("'"). |
3 | An apostrophe ("'"). This value is deprecated in Revit 2015. Use DigitGroupingSymbol.Apostrophe instead. |