Revit 2025.3 API
Stairs |
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
Exception | Condition |
---|---|
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