IFCLegacyStairOrRamp.GetTreadsLength Method

IFCLegacyStairOrRampGetTreadsLength Method

Gets the length of treads.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<double> GetTreadsLength()
Public Function GetTreadsLength As IList(Of Double)
public:
IList<double>^ GetTreadsLength()
member GetTreadsLength : unit -> IList<float> 

Return Value

IListDouble
The length of treads.
See Also