2024 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
M Dispose() None Releases all resources used by the
M GetAssociatedLevel() ElementId Returns the Associated Level id.
M GetLevelAssociationData(Element) LevelAssociationData Returns LevelAssociationData associated with this element, if it exists.
M GetLevelOffset() double Returns the offset from the Associated Level.
M SetAssociatedLevel(ElementId) None Sets the Associated Level.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.