SphericalHarmonicGravityModelWithoutPermanentTides Method  | 
 
            Removes the permanent tide contributions so that a time-varying tide model can be applied instead.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SphericalHarmonicGravityModel WithoutPermanentTides(
	SphericalHarmonicCoefficients permanentTideCoefficients
)
Public Function WithoutPermanentTides ( 
	permanentTideCoefficients As SphericalHarmonicCoefficients
) As SphericalHarmonicGravityModel
public:
SphericalHarmonicGravityModel^ WithoutPermanentTides(
	SphericalHarmonicCoefficients^ permanentTideCoefficients
)
member WithoutPermanentTides : 
        permanentTideCoefficients : SphericalHarmonicCoefficients -> SphericalHarmonicGravityModel 
Parameters
- permanentTideCoefficients
 - Type: AGI.Foundation.CelestialSphericalHarmonicCoefficients
The permanent tide contribution that must be subtracted from a model that includes permanent tides. 
Return Value
Type: 
SphericalHarmonicGravityModelA copy of the original model that has the contributions of the permanent tide subtracted from the gravity coefficients.
Exceptions
See Also