Share

DecimalSymbol Enumeration

The symbol used to separate the integer and fractional parts of a number.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum DecimalSymbol

Members

Member nameValueDescription
Comma1 A comma (",").
Dot0 A dot (".").

See Also

Reference

Was this information helpful?