Revit 2026 API
SpaceOutdoor |
Get the OutdoorAirFlowStandard of the Space.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public OutdoorAirFlowStandard OutdoorAirFlowStandard { get; }
Public ReadOnly Property OutdoorAirFlowStandard As OutdoorAirFlowStandard Get
public: property OutdoorAirFlowStandard OutdoorAirFlowStandard { OutdoorAirFlowStandard get (); }
member OutdoorAirFlowStandard : OutdoorAirFlowStandard with get
Property Value
OutdoorAirFlowStandardThis property is used to get the OutdoorAirFlowStandard of the Space.
See Also