IFCLegacyStairOrRamp Class


IFCLegacy Stair Or Ramp Class

The class contains the components of a legacy stair or ramp.
Inheritance Hierarchy
System Object
Autodesk.Revit.DB.IFC IFCLegacyStairOrRamp

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class IFCLegacyStairOrRamp : IDisposable

The IFCLegacyStairOrRamp type exposes the following members.

Properties
Name Description
Public property IsRamp True if it is a ramp, false if it is a stair.
Public property IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public property RiserHeight The height of riser.
Top
Methods
Name Description
Public method Dispose Releases all resources used by the IFCLegacyStairOrRamp
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object )
Public method GetBoundaryLines Gets boundary lines.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object )
Public method GetLandingGeometries Gets the geometries of landings.
Public method GetNumberOfRisers Gets the number of risers.
Public method GetNumberOfTreads Gets the number of treads.
Public method GetRunGeometries Gets the geometries of runs.
Public method GetStringerGeometries Gets the geometries of stringers.
Public method GetTreadsLength Gets the length of treads.
Public method GetType Gets the Type of the current instance.
(Inherited from Object )
Public method GetWalkLines Gets walk lines.
Public method ToString Returns a string that represents the current object.
(Inherited from Object )
Top
See Also