Share

StairsRunType.StructuralDepth Property

The structural depth of the stairs run, only available for monolithic stairs run.


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public double StructuralDepth { get; set; }

Property Value

Double
The structural depth of the stairs run, 0.0 if the stairs run is not monolithic.

Exceptions

ExceptionCondition
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.

See Also

Reference

Was this information helpful?