Creates an IFCLevelInfo.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IFCLevelInfo Create(
IFCAnyHandle buildingStorey,
IFCAnyHandle localPlacement,
double height,
double elevation,
double scaleFactor,
bool isPrimaryLevel
)
Parameters
- 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
IFCLevelInfo
The IFCLevelInfo object.
Exceptions
See Also
Reference