2020 Class
Changes 0
C

IFCLevelInfo

Description:
Represents information about a particular level in the document.
Remarks:
Level information includes the height, which is the distance to from this level to the next available level, and the actual elevation of the level, in the Revit default units.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.IFCLevelInfo
public class IFCLevelInfo : IDisposable
Name Return Type Description
M Create(IFCAnyHandle, IFCAnyHandle, Double, Double, Double, Boolean) The IFCLevelInfo object. Creates an IFCLevelInfo.
M Dispose() None Releases all resources used by the
M GetBuildingStorey() The handle. Gets the IfcBuildingStorey handle.
M GetLocalPlacement() The local placement. Gets the local placement.
M GetRelatedElements() ICollection<IFCAnyHandle> Gets all building elements on this level.
M GetRelatedProducts() ICollection<IFCAnyHandle> Gets all building products on this level.
Name Return Type Description
P DistanceToNextLevel double The distance to the next story level.
P Elevation double The elevation of the level.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.