2024 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(ForgeTypeId) FormatOptions Gets the default FormatOptions for a spec.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetModifiableSpecs() IList<ForgeTypeId> Gets all specs for which the default FormatOptions can be modified.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsModifiableSpec(ForgeTypeId) bool Checks whether the default FormatOptions can be modified for a given spec.
M SetFormatOptions(ForgeTypeId, FormatOptions) None Sets the default FormatOptions for a spec.
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.