2021 Constructor
Changes 8
C

FormatOptions(DisplayUnitType, UnitSymbolType, Double)

Description:
Creates a new FormatOptions object that represents custom formatting.
[ObsoleteAttribute("This constructor is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `FormatOptions(ForgeTypeId, ForgeTypeId)` overload and the `Accuracy` property instead.")]
public FormatOptions(
	DisplayUnitType displayUnit,
	UnitSymbolType unitSymbol,
	double accuracy
)