Click or drag to resize

ElevationRise Constructor (Double, Double)

Initializes a new instance.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ElevationRise(
	double distance,
	double elevation
)

Parameters

distance
Type: SystemDouble
The distance, in meters, at which the maximum obscured elevation angle rise occurs.
elevation
Type: SystemDouble
The new maximum obscured elevation angle.
See Also