The number of middle supports used in the stair.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public int MiddleSupportsNumber { get; set; }
Property Value
Int320 if the stairs type has no middle support.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: The given value for supportsNumber is negative. |
InvalidOperationException | When setting this property: The stairs type has no middle support so the data being set is not applicable. |