<Code Lib>
2021 Method
Changes 8
M

FormatOptions.CanSuppressLeadingZeros(DisplayUnitType)

Description:
Checks whether leading zeros can be suppressed for a given display unit.
Overloads (3):
CanSuppressLeadingZeros(DisplayUnitType)

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

Return Value bool True if leading zeros can be suppressed, false otherwise.

Loading…