|
P
Accuracy
|
double
|
The accuracy to which values will be rounded.
|
|
P
IsValidObject
|
Boolean
|
Specifies whether the .NET object represents a valid Revit entity.
|
|
P
RoundingMethod
|
RoundingMethod
|
The method used to round values: round to nearest, round up, or round down.
|
|
P
SuppressLeadingZeros
|
bool
|
Indicates if leading zeros should be suppressed in feet and fractional inches.
|
|
P
SuppressSpaces
|
bool
|
Indicates if spaces around the dash should be suppressed in feet and fractional inches.
|
|
P
SuppressTrailingZeros
|
bool
|
Indicates if trailing zeros after the decimal point should be
suppressed.
|
|
P
UseDefault
|
bool
|
Indicates whether default or custom formatting should be used.
|
|
P
UseDigitGrouping
|
bool
|
Indicates if digit grouping symbols should be displayed.
|
|
P
UsePlusPrefix
|
bool
|
Indicates if a plus sign prefix should be displayed for positive and zero values.
|