2027 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 Inherited From
M Dispose() None Releases all resources used by the IFCLegacyStairOrRamp
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetBoundaryLines() IList<CurveLoop> Gets boundary lines.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetLandingGeometries() IList<IList<GeometryObject>> Gets the geometries of landings.
M GetNumberOfRisers() IList<Int32> Gets the number of risers.
M GetNumberOfTreads() IList<Int32> 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 GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M GetWalkLines() IList<IList<Curve>> Gets walk lines.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsRamp bool True if it is a ramp, false if it is a stair.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P RiserHeight double The height of riser.