JplSpkEphemerisProviderUseForCentralBodyPositions 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: 24.2.419.0 (24.2.419.0)
Syntax public 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.CelestialCentralBodiesFacet
The central bodies to update to use this data.
See Also