Revit 2026 API
Air |
The fan type.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public AirFanType AirFanType { get; set; }
Public Property AirFanType As AirFanType Get Set
public: property AirFanType AirFanType { AirFanType get (); void set (AirFanType value); }
member AirFanType : AirFanType with get, set
Property Value
AirFanType
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also