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