DigitGroupingSymbol Enumeration


Digit Grouping Symbol 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.3.0.0 (25.3.0.0)
Syntax
public enum DigitGroupingSymbol
Members
Member name Value Description
Apostrophe 3 An apostrophe ("'").
Comma 1 A comma (",").
Dot 0 A dot (".").
Space 2 A space (" ").
Tick 3 An apostrophe ("'"). This value is deprecated in Revit 2015. Use DigitGroupingSymbol.Apostrophe instead.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →