Represents information about a particular level in the document.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.IFC.IFCLevelInfo
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class IFCLevelInfo : IDisposable
The IFCLevelInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DistanceToNextLevel | The distance to the next story level. | |
| Elevation | The elevation of the level. | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
Methods
| Name | Description | |
|---|---|---|
| Create | Creates an IFCLevelInfo. | |
| Dispose | Releases all resources used by the IFCLevelInfo | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetBuildingStorey | Gets the IfcBuildingStorey handle. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLocalPlacement | Gets the local placement. | |
| GetRelatedElements | Gets all building elements on this level. | |
| GetRelatedProducts | Gets all building products on this level. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
