Horizontal segments below or at the cutoff height have their distance to the wall bottom fixed, those above
have their distance to the wall top fixed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public double CutoffHeight { get; set; }
Property Value
DoubleThe cutoff height of this CompoundStructure.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This operation is valid only for vertically compound structures. |
