IFCLevelInfo.Create
Method
Description:
Creates an IFCLevelInfo.
Creates an IFCLevelInfo.
Syntax
public static IFCLevelInfo Create(
IFCAnyHandle buildingStorey,
IFCAnyHandle localPlacement,
double height,
double elevation,
double scaleFactor,
bool isPrimaryLevel
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| buildingStorey | IFCAnyHandle | The building storey handle (IfcBuildingStorey). |
| localPlacement | IFCAnyHandle | The local placement handle (IfcLocalPlacement). |
| height | Double | The height of the level. |
| elevation | Double | The elevation of the level. |
| scaleFactor | Double | The scale factor. |
| isPrimaryLevel | Boolean | True if this is primary level, false otherwise. |
Return Value
| Type | Description |
|---|---|
| IFCLevelInfo | The IFCLevelInfo object. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |