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