Revit 2026 API
Field |
Checks whether the field type requires explicit unit conversions.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool NeedsUnits()
Public Function NeedsUnits As Boolean
public: bool NeedsUnits()
member NeedsUnits : unit -> bool
Return Value
BooleanTrue if units are required.
See Also