This class holds information related to Level.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.LevelAssociationData
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class LevelAssociationData : IDisposable
The LevelAssociationData type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the LevelAssociationData | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetAssociatedLevel | Returns the Associated Level id. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLevelAssociationData | Returns LevelAssociationData associated with this element, if it exists. | |
| GetLevelOffset | Returns the offset from the Associated Level. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| SetAssociatedLevel | Sets the Associated Level. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
