AreaBasedLoadBoundaryLineData.IsElevationWithinRange
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.
public bool IsElevationWithinRange(
double elev
)
-
DoubleelevThe elevation value.
Return Value
bool
True if given elevation is between the bottom level elevation and the top level elevation, false otherwise.
-
The given value for elev is not a number -or- The given value for elev is not finite