SpaceConditionType Property |
Get or set the Condition type of the Space.
Namespace: Autodesk.Revit.DB.MechanicalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
RemarksThis property is used to get or set the Condition type of the Space.
See Also