Revit 2026 API
Stairs |
The type of middle supports used in the stair.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId MiddleSupportType { get; set; }
Public Property MiddleSupportType As ElementId Get Set
public: property ElementId^ MiddleSupportType { ElementId^ get (); void set (ElementId^ value); }
member MiddleSupportType : ElementId with get, set
Property Value
ElementIdinvalidElementId if the stairs type has no middle support.
| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: supportType is not a valid support type. |
| ArgumentNullException | When setting this property: A non-optional argument was null |
| InvalidOperationException | When setting this property: The stairs type has no middle support so the data being set is not applicable. |
See Also