DecimalSymbol Enumeration |
The symbol used to separate the integer and fractional parts of a number.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum DecimalSymbol
Public Enumeration DecimalSymbol
public enum class DecimalSymbol
MembersMember name | Value | Description |
---|
Comma | 1 |
A comma (",").
|
Dot | 0 |
A dot (".").
|
See Also