Indicates if digit grouping symbols should be displayed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.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. |