2024 Class
Changes 0
C

IFCLegacyStairOrRamp

Description:
The class contains the components of a legacy stair or ramp.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.IFCLegacyStairOrRamp
public class IFCLegacyStairOrRamp : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetBoundaryLines() The boundary lines. Gets boundary lines.
M GetLandingGeometries() IList<IList<GeometryObject>> Gets the geometries of landings.
M GetNumberOfRisers() IList<int> Gets the number of risers.
M GetNumberOfTreads() IList<int> Gets the number of treads.
M GetRunGeometries() IList<IList<GeometryObject>> Gets the geometries of runs.
M GetStringerGeometries() IList<GeometryObject> Gets the geometries of stringers.
M GetTreadsLength() IList<double> Gets the length of treads.
M GetWalkLines() The walk lines. Gets walk lines.
Name Return Type Description
P IsRamp bool True if it is a ramp, false if it is a stair.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P RiserHeight double The height of riser.