StairsRunType.TreadThickness Property

StairsRunTypeTreadThickness Property

The thickness of the treads.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double TreadThickness { get; set; }
Public Property TreadThickness As Double
	Get
	Set
public:
property double TreadThickness {
	double get ();
	void set (double value);
}
member TreadThickness : float with get, set

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for thickness must be greater than 0 and no more than 30000 feet.
InvalidOperationException When setting this property: The run type has no tread so the data being set is not applicable.
See Also