ExporterIFCUtils.GetLegacyStairOrRampComponents
Method
Description:
Gets the components of a stair or ramp.
Gets the components of a stair or ramp.
Syntax
public static IFCLegacyStairOrRamp GetLegacyStairOrRampComponents(
ExporterIFC exporterIFC,
Element element
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| exporterIFC | ExporterIFC | The exporter. |
| element | Element | The legacy stair or ramp element. |
Return Value
| Type | Description |
|---|---|
| IFCLegacyStairOrRamp | The LegacyStairOrRamp that contains the components. NULL means the components can't be determined. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |