AreaBasedLoadBoundaryLineData.IsElevationWithinRange
Method
Description:
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.
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.
Parameters
| Parameter | Type | Description |
|---|---|---|
| elev | Double | The elevation value. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if given elevation is between the bottom level elevation and the top level elevation, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The given value for elev is not a number -or- The given value for elev is not finite |