Revit 2025 API
Curtain |
get or set the type of the CurtainSystem.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public CurtainSystemType CurtainSystemType { get; set; }
Public Property CurtainSystemType As CurtainSystemType Get Set
public: property CurtainSystemType^ CurtainSystemType { CurtainSystemType^ get (); void set (CurtainSystemType^ value); }
member CurtainSystemType : CurtainSystemType with get, set
Property Value
CurtainSystemType
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the specified parameter curtainSystemType is . |
InvalidOperationException | Thrown when the type of the CurtainSystem cannot be changed to the specified one. |
See Also