| Revit 2022.1 API |
| Family..::..CurtainPanelVerticalSpacing Property |
| Family Class See Also |
For Curtain Panel families, the vertical spacing of the
driving mesh.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public double CurtainPanelVerticalSpacing { get; set; } |
| Visual Basic |
|---|
Public Property CurtainPanelVerticalSpacing As Double Get Set |
| Visual C++ |
|---|
public: property double CurtainPanelVerticalSpacing { double get (); void set (double value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown if this family is not the owner family of a curtain panel family document. |