2027 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 Inherited From
M Create(IFCAnyHandle, IFCAnyHandle, Double, Double, Double, Boolean) IFCLevelInfo Creates an IFCLevelInfo.
M Dispose() None Releases all resources used by the IFCLevelInfo
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetBuildingStorey() IFCAnyHandle Gets the IfcBuildingStorey handle.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetLocalPlacement() IFCAnyHandle 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.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P DistanceToNextLevel double The distance to the next story level.
P Elevation double The elevation of the level.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.