2021 Members
Changes 8
M

Units

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the Units
M Equals None (Inherited from Object .) Object .
M GetFormatOptions(ForgeTypeId) FormatOptions Gets the default FormatOptions for a spec.
M GetFormatOptions(UnitType) FormatOptions Obsolete. Gets the default FormatOptions for a unit type.
M GetHashCode None (Inherited from Object .) Object .
M GetModifiableSpecs() IList<ForgeTypeId> Gets all specs for which the default FormatOptions can be modified.
M GetModifiableUnitTypes() IList<UnitType> Obsolete. Gets all unit types for which the default FormatOptions can be modified.
M GetType None (Inherited from Object .) Object .
M IsModifiableSpec(ForgeTypeId) bool Checks whether the default FormatOptions can be modified for a given spec.
M IsModifiableUnitType(UnitType) bool Obsolete. Checks whether the default FormatOptions can be modified for a given unit type.
M SetFormatOptions(ForgeTypeId, FormatOptions) None Sets the default FormatOptions for a spec.
M SetFormatOptions(UnitType, FormatOptions) None Obsolete. Sets the default FormatOptions for a unit type.
M ToString None (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.