AreaBasedLoadBoundaryLineData.IsLevelWithinRange
Method
Description:
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.
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.
Parameters
Parameter | Type | Description |
---|---|---|
levelId | ElementId | The id of the Level. |
Return Value
Type | Description |
---|---|
Boolean | True if given level is between the bottom level and the top level, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The ElementId levelId is not a Level. |
ArgumentNullException | A non-optional argument was null |