Indicates if digit grouping symbols should be displayed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool UseDigitGrouping { get; set; }
Property Value
BooleanTrue if digit grouping symbols should be displayed, false otherwise. The default is false.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | UseDefault is true in this FormatOptions. |
