Click or drag to resize

TiremTerrainProfile Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Tirem
Assembly:  AGI.Foundation.Tirem (in AGI.Foundation.Tirem.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax
public TiremTerrainProfile(
	double transmitterHeight,
	double receiverHeight,
	double[] heights,
	double[] distances
)

Parameters

transmitterHeight
Type: SystemDouble
The transmitter structural antenna height in meters.
receiverHeight
Type: SystemDouble
The receiver structural antenna height in meters.
heights
Type: SystemDouble
An array of profile terrain heights above mean sea level in meters.
distances
Type: SystemDouble
An array of great circle distances from the beginning of the profile to each profile point in meters.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when heights or distances is .
See Also