Gets the components of a stair or ramp.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IFCLegacyStairOrRamp GetLegacyStairOrRampComponents(
ExporterIFC exporterIFC,
Element element
)
Parameters
- exporterIFC ExporterIFC
-
The exporter.
- element Element
-
The legacy stair or ramp element.
Return Value
IFCLegacyStairOrRamp
The LegacyStairOrRamp that contains the components. NULL means the components can't be determined.
Exceptions
See Also
Reference