BeerLambertLawAtmosphericAttenuationModel Constructor (SignalComputation, Double, CentralBody) | 
 
            Initializes a new instance with given extinction coefficient model, maximum altitude, and central body.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalPropagation
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic BeerLambertLawAtmosphericAttenuationModel(
	SignalComputation extinctionCoefficientModel,
	double maximumAltitude,
	CentralBody centralBody
)
Public Sub New ( 
	extinctionCoefficientModel As SignalComputation,
	maximumAltitude As Double,
	centralBody As CentralBody
)
public:
BeerLambertLawAtmosphericAttenuationModel(
	SignalComputation^ extinctionCoefficientModel, 
	double maximumAltitude, 
	CentralBody^ centralBody
)
new : 
        extinctionCoefficientModel : SignalComputation * 
        maximumAltitude : float * 
        centralBody : CentralBody -> BeerLambertLawAtmosphericAttenuationModelParameters
- extinctionCoefficientModel
 - Type: AGI.Foundation.CommunicationsSignalComputation
The model for computing the extinction coefficient. - maximumAltitude
 - Type: SystemDouble
The maximum altitude limit of the propagation model. - centralBody
 - Type: AGI.Foundation.CelestialCentralBody
The central body used as the altitude reference. 
See Also