RVTDocs.com
Namespace: Autodesk.Revit.DB

DigitGroupingSymbol

Enumeration
Description:
The symbol used to separate groups of digits when numbers are formatted with digit grouping.
Syntax
public enum DigitGroupingSymbol
Unknown Namespace Members:
Name Description
Dot A dot (".").
Comma A comma (",").
Space A space (" ").
Apostrophe An apostrophe ("'").
Tick An apostrophe ("'"). This value is deprecated in Revit 2015. Use DigitGroupingSymbol.Apostrophe instead.