2020 Members
Changes 5
M

Units

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the Units
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object
M GetFormatOptions(UnitType) FormatOptions Gets the default FormatOptions for a unit type.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object
M GetModifiableUnitTypes() IList<UnitType> Gets all unit types for which the default FormatOptions can be modified.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object
M IsModifiableUnitType(UnitType) bool Checks whether the default FormatOptions can be modified for a given unit type.
M SetFormatOptions(UnitType, FormatOptions) None Sets the default FormatOptions for a unit type.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object
Name Return Type Description Inherited From
P DecimalSymbol DecimalSymbol The symbol used to separate the integer and fractional parts of a number.
P DigitGroupingAmount DigitGroupingAmount The number of digits in each group when numbers are formatted with digit grouping.
P DigitGroupingSymbol DigitGroupingSymbol The symbol used to separate groups of digits when numbers are formatted with digit grouping.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.