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
)
Public Sub New (
transmitterHeight As Double,
receiverHeight As Double,
heights As Double(),
distances As Double()
)
public:
TiremTerrainProfile(
double transmitterHeight,
double receiverHeight,
array<double>^ heights,
array<double>^ distances
)
new :
transmitterHeight : float *
receiverHeight : float *
heights : float[] *
distances : float[] -> TiremTerrainProfile
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 See Also