Revit 2025.3 API
SpaceCondition |
Get or set the Condition type of the Space.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ConditionType ConditionType { get; set; }
Public Property ConditionType As ConditionType Get Set
public: property ConditionType ConditionType { ConditionType get (); void set (ConditionType value); }
member ConditionType : ConditionType with get, set
Property Value
ConditionTypeThis property is used to get or set the Condition type of the Space.
See Also