Revit 2025 API
Fabrication |
The unit system of the fabrication configuration. Units can be UnitSystem.Metric or UnitSystem.Imperial.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public UnitSystem UnitSystem { get; }
Public ReadOnly Property UnitSystem As UnitSystem Get
public: property UnitSystem UnitSystem { UnitSystem get (); }
member UnitSystem : UnitSystem with get
Property Value
UnitSystemSee Also