RVTDocs.com

IFCLevelInfo

Class
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
Syntax
public class IFCLevelInfo : IDisposable
IFCLevelInfo Class Members:
Name Description Inherited From
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.
Name Description Inherited From
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 ) Object
GetBuildingStorey Gets the IfcBuildingStorey handle.
GetHashCode Serves as the default hash function. (Inherited from Object ) 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 ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object