IAzimuthElevationMaskGetMaximumObscuredElevation Method |
Computes the maximum elevation angle that is obscured as of a specified distance
along an azimuth ray.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax double GetMaximumObscuredElevation(
double azimuth,
double distance
)
Function GetMaximumObscuredElevation (
azimuth As Double,
distance As Double
) As Double
double GetMaximumObscuredElevation(
double azimuth,
double distance
)
abstract GetMaximumObscuredElevation :
azimuth : float *
distance : float -> float
Parameters
- azimuth
- Type: SystemDouble
The azimuth, in radians. - distance
- Type: SystemDouble
The maximum distance along the azimuth ray to consider.
Return Value
Type:
DoubleThe maximum obscured elevation angle, in radians.
See Also