Revit 2021.1 API |
CurtainSystem..::..CurtainSystemType Property |
CurtainSystem Class See Also |
get or set the type of the CurtainSystem.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public CurtainSystemType CurtainSystemType { get; set; } |
Visual Basic |
---|
Public Property CurtainSystemType As CurtainSystemType Get Set |
Visual C++ |
---|
public: property CurtainSystemType^ CurtainSystemType { CurtainSystemType^ get (); void set (CurtainSystemType^ value); } |
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | Thrown when the specified parameter curtainSystemType is nullNothingnullptra null reference (Nothing in Visual Basic). |
Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when the type of the CurtainSystem cannot be changed to the specified one. |