AsteroidsBspEphemerisProviderUseForCentralBodyPositions Method |
Uses this ephemeris provider for the positions of the centers of mass of Ceres and Vesta
in the specified
CentralBodiesFacet instance.
Namespace:
AGI.Foundation.Spice
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic override void UseForCentralBodyPositions(
CentralBodiesFacet centralBodiesFacet
)
Public Overrides Sub UseForCentralBodyPositions (
centralBodiesFacet As CentralBodiesFacet
)
public:
virtual void UseForCentralBodyPositions(
CentralBodiesFacet^ centralBodiesFacet
) override
abstract UseForCentralBodyPositions :
centralBodiesFacet : CentralBodiesFacet -> unit
override UseForCentralBodyPositions :
centralBodiesFacet : CentralBodiesFacet -> unit Parameters
- centralBodiesFacet
- Type: AGI.Foundation.CelestialCentralBodiesFacet
The central bodies to update to use this data.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when centralBodiesFacet is .
|
Remarks
To use this ephemeris provider for only Ceres or Vesta, use one of the available points.
This method also calls
SynchronizeOrigins on the Ceres and Vesta.
See Also