Revit 2025.3 API
Field |
Checks whether the field type requires explicit unit conversions.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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