Space.ConditionType Property

SpaceConditionType Property

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

ConditionType
Remarks
This property is used to get or set the Condition type of the Space.
See Also