Share

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.3.0.0 (25.3.0.0)

Syntax

C#

public enum DigitGroupingSymbol

Members

Member nameValueDescription
Apostrophe3 An apostrophe ("'").
Comma1 A comma (",").
Dot0 A dot (".").
Space2 A space (" ").
Tick3 An apostrophe ("'"). This value is deprecated in Revit 2015. Use DigitGroupingSymbol.Apostrophe instead.

See Also

Reference

Was this information helpful?