Parameter.DisplayUnitType
Description:
Get the display unit type of the parameter object.
Get the display unit type of the parameter object.
Remarks:
The property only applies to parameters of value types.
The property only applies to parameters of value types.
[ObsoleteAttribute("This property is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `GetUnitTypeId()` method instead.")]
public DisplayUnitType DisplayUnitType { get; }
-
Thrown if this parameter is not of value type.