StairsRunType.TotalDepth Property

StairsRunTypeTotalDepth Property

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

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double TotalDepth { get; }
Public ReadOnly Property TotalDepth As Double
	Get
public:
property double TotalDepth {
	double get ();
}
member TotalDepth : float with get

Property Value

Double
See Also