RVTDocs.com

StairsRunType.StructuralDepth

Property
Description:
The structural depth of the stairs run, only available for monolithic stairs run.
Syntax
public double StructuralDepth { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The given value for structuralDepth must be between 0 and 30000 feet.
InvalidOperationException When setting this property: The stairs run type is not a monolithic type so the data being set is not applicable.