Share

CurtainSystem.CurtainSystemType Property

get or set the type of the CurtainSystem.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public CurtainSystemType CurtainSystemType { get; set; }

Property Value

CurtainSystemType

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the specified parameter curtainSystemType is nullptr.
InvalidOperationException Thrown when the type of the CurtainSystem cannot be changed to the specified one.

See Also

Reference

Was this information helpful?