RVTDocs.com

StairsType.MiddleSupportsNumber

Property
Description:
The number of middle supports used in the stair.
Syntax
public int MiddleSupportsNumber { get; set; }
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.