Revit 2023 API |
IFCLegacyStairOrRamp..::..GetTreadsLength Method |
IFCLegacyStairOrRamp Class See Also |
Gets the length of treads.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public IList<double> GetTreadsLength() |
Visual Basic |
---|
Public Function GetTreadsLength As IList(Of Double) |
Visual C++ |
---|
public: IList<double>^ GetTreadsLength() |