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.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public double CutoffHeight { get; set; } |
Visual Basic |
---|
Public Property CutoffHeight As Double
Get
Set |
Visual C++ |
---|
public:
property double CutoffHeight {
double get ();
void set (double value);
} |
Field Value
The cutoff height of this CompoundStructure.
Remarks
Exceptions
See Also