2027 Class
Changes 3
C

LevelAssociationData

Description:
This class holds information related to Level.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.LevelAssociationData
public class LevelAssociationData : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the LevelAssociationData
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetAssociatedLevel() ElementId Returns the Associated Level id.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetLevelAssociationData(Element) LevelAssociationData Returns LevelAssociationData associated with this element, if it exists.
M GetLevelOffset() Double Returns the offset from the Associated Level.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetAssociatedLevel(ElementId) None Sets the Associated Level.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.