Plu058BspEphemerisProviderUseForCentralBodyPositions Method  | 
 
            Uses this ephemeris provider for the position of the center of mass of Charon
            in the specified 
CentralBodiesFacet instance. This also sets the
            positions of the 
PlutoSystemBarycenter and 
PlutoCentralBody. The other
            moons of Pluto are not central bodies, so their points are not used by this method.
            
 
    Namespace: 
   AGI.Foundation.Spice
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.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
Remarks
            To use this ephemeris provider for only the Pluto system barycenter, Pluto, or one of the moons, use one of the available points.
            This method also calls 
SynchronizeOrigins on the barycenter and moons.
            
See Also