AreaBasedLoadBoundaryLineData
Description:
Wrapper class used to access area based load boundary line related data.
Wrapper class used to access area based load boundary line related data.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Electrical.AreaBasedLoadBoundaryLineData
System.Object
Autodesk.Revit.DB.Electrical.AreaBasedLoadBoundaryLineData
public class AreaBasedLoadBoundaryLineData : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the AreaBasedLoadBoundaryLineData | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetLevelIdsInRange() | ISet<ElementId> | Returns level ids between the top level and the bottom level (including the top level and the bottom level) of the area based load boundary line. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| IsElevationWithinRange(Double) | Boolean | Checks whether the given elevation is between the bottom level and the top level(including the bottom level and the top level) of the area based load boundary line. | |
| IsLevelWithinRange(ElementId) | Boolean | Checks whether the given level is between the bottom level and the top level (including the bottom level and the top level) of the area based load boundary line. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| BottomLevelId | ElementId | The bottom level id of the area based load boundary line. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| TopLevelId | ElementId | The top level id of the area based load boundary line. |