Click or drag to resize

JplSpkFile.GetNaifIdsOfAvailableTargetPointsAndCenterPoints Method

Interrogates a .bsp file to ascertain which target points are available and what center points they are modeled to orbit around. The NAIF website is a good reference for how JPL defines CentralBodies and other points as NAIF ID codes.

Namespace:  AGI.Foundation.Spice
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Dictionary<int, int> GetNaifIdsOfAvailableTargetPointsAndCenterPoints()

Return Value

Type: Dictionary<Int32, Int32>
A dictionary containing the available target body NAIF Ids as the keys and their corresponding center body NAIF Ids as the values.
See Also