Skip to content

IFCLevelInfo

Public Class

Represents information about a particular level in the document.

Inheritance Hierarchy

System.Object
Autodesk.Revit.DB.IFC.IFCLevelInfo

Namespace: Autodesk.Revit.DB.IFC

Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public class IFCLevelInfo : IDisposable

The IFCLevelInfo type exposes the following members.

Properties

Name

Description


Public Property

The distance to the next story level.


Public Property

The elevation of the level.


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.


Methods

Name

Description


Public Method
Static Member

Creates an IFCLevelInfo.


Public Method

Releases all resources used by the IFCLevelInfo


Public Method

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)


Public Method

Gets the IfcBuildingStorey handle.


Public Method

GetHashCode

Serves as the default hash function.
(Inherited from Object)


Public Method

Gets the local placement.


Public Method

Gets all building elements on this level.


Public Method

Gets all building products on this level.


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)


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.