IFCLegacyStairOrRamp
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.
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)