<Code Lib>
2021 Method
Changes 8
M

Field.CompatibleDisplayUnitType

Description:
Checks if the specified type is compatible with the field description.

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

Return Value bool True if the type is compatible, false otherwise.

Loading…