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