IFCLevelInfo
Description:
Represents information about a particular level in the document.
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.
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.
public class IFCLevelInfo : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Create(IFCAnyHandle, IFCAnyHandle, Double, Double, Double, Boolean) | The IFCLevelInfo object. | Creates an IFCLevelInfo. |
| Dispose() | None | Releases all resources used by the |
| GetBuildingStorey() | The handle. | Gets the IfcBuildingStorey handle. |
| GetLocalPlacement() | The local placement. | Gets the local placement. |
| GetRelatedElements() | ICollection<IFCAnyHandle> | Gets all building elements on this level. |
| GetRelatedProducts() | ICollection<IFCAnyHandle> | Gets all building products on this level. |
| Name | Return Type | Description |
|---|---|---|
| DistanceToNextLevel | double | The distance to the next story level. |
| Elevation | double | The elevation of the level. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |