<Code Lib>
2021 Method
Changes 8
M

FormatOptions.CanUsePlusPrefix(DisplayUnitType)

Description:
Checks whether a plus prefix can be displayed for a given display unit.
Overloads (3):
CanUsePlusPrefix(DisplayUnitType)

[ObsoleteAttribute("This method is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `CanUsePlusPrefix(ForgeTypeId)` overload instead.")]
public static bool CanUsePlusPrefix(
	DisplayUnitType displayUnit
)

Return Value bool True if a plus prefix can be displayed, false otherwise.

Loading…