Click or drag to resize

JplSpkFileGetNaifIdsOfAvailableTargetPointsAndCenterPoints 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: 24.1.418.0 (24.1.418.0)
Syntax
public Dictionary<int, int> GetNaifIdsOfAvailableTargetPointsAndCenterPoints()

Return Value

Type: DictionaryInt32, 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