Share

Field.CompatibleUnit Method

Checks if the specified unit is compatible with the field description.


Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool CompatibleUnit(
	ForgeTypeId unitTypeId
)

Parameters

unitTypeId  ForgeTypeId
The unit to check.

Return Value

Boolean
True if the unit is compatible, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?