M

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.
public bool IsElevationWithinRange(
	double elev
)
  • Double
    elev
    The elevation value.
Return Value bool True if given elevation is between the bottom level elevation and the top level elevation, false otherwise.