DigitGroupingSymbol Enumeration

The symbol used to separate groups of digits 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 DigitGroupingSymbol
Members
Member nameValueDescription
Dot0 A dot (".").
Comma1 A comma (",").
Space2 A space (" ").
Apostrophe3 An apostrophe ("'").
Tick3 An apostrophe ("'"). This value is deprecated in Revit 2015. Use DigitGroupingSymbol.Apostrophe instead.
See Also