JplSpkEphemerisProvider.UseForCentralBodyPositions Method |
Use this ephemeris provider to define the locations of whichever central
bodies and barycenters are directly provided by this file.
Namespace:
AGI.Foundation.Spice
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic abstract void UseForCentralBodyPositions(
CentralBodiesFacet centralBodiesFacet
)
Public MustOverride Sub UseForCentralBodyPositions (
centralBodiesFacet As CentralBodiesFacet
)
public:
virtual void UseForCentralBodyPositions(
CentralBodiesFacet^ centralBodiesFacet
) abstract
abstract UseForCentralBodyPositions :
centralBodiesFacet : CentralBodiesFacet -> unit
Parameters
- centralBodiesFacet
- Type: AGI.Foundation.Celestial.CentralBodiesFacet
The central bodies to update to use this data.
See Also