SolidTideModel Constructor (CentralBody, Int32, Int32, Double, Double) | 
 
            Initializes most of the parameters of a generic solid tide model.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected SolidTideModel(
	CentralBody centralBody,
	int tideCoefficientsDegree,
	int tideCoefficientsOrder,
	double gravitationalParameter,
	double referenceDistance
)
Protected Sub New ( 
	centralBody As CentralBody,
	tideCoefficientsDegree As Integer,
	tideCoefficientsOrder As Integer,
	gravitationalParameter As Double,
	referenceDistance As Double
)
protected:
SolidTideModel(
	CentralBody^ centralBody, 
	int tideCoefficientsDegree, 
	int tideCoefficientsOrder, 
	double gravitationalParameter, 
	double referenceDistance
)
new : 
        centralBody : CentralBody * 
        tideCoefficientsDegree : int * 
        tideCoefficientsOrder : int * 
        gravitationalParameter : float * 
        referenceDistance : float -> SolidTideModelParameters
- centralBody
 - Type: AGI.Foundation.CelestialCentralBody
The primary gravitational body.  - tideCoefficientsDegree
 - Type: SystemInt32
The maximum Degree of the tide coefficients in this model.  - tideCoefficientsOrder
 - Type: SystemInt32
The maximum Order of the tide coefficients in this model.  - gravitationalParameter
 - Type: SystemDouble
The gravitational parameter of the primary gravitational body. - referenceDistance
 - Type: SystemDouble
The reference distance associated with the solid tide model (which is usually the equatorial radius of the primary gravitational body). 
See Also