The type of middle supports used in the stair.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ElementId MiddleSupportType { get; set; }
Property Value
ElementIdinvalidElementId if the stairs type has no middle support.
Exceptions
| 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. |
