Revit 2026 API
Stairs |
True if the stairs type has middle supports, False otherwise.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasMiddleSupports { get; set; }
Public Property HasMiddleSupports As Boolean Get Set
public: property bool HasMiddleSupports { bool get (); void set (bool value); }
member HasMiddleSupports : bool with get, set
Property Value
BooleanSee Also