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.2.419.0 (24.2.419.0)
Syntax public Dictionary<int, int> GetNaifIdsOfAvailableTargetPointsAndCenterPoints()
Public Function GetNaifIdsOfAvailableTargetPointsAndCenterPoints As Dictionary(Of Integer, Integer)
public:
Dictionary<int, int>^ GetNaifIdsOfAvailableTargetPointsAndCenterPoints()
member GetNaifIdsOfAvailableTargetPointsAndCenterPoints : unit -> Dictionary<int, int>
Return Value
Type:
DictionaryInt32,
Int32A dictionary containing the available target body NAIF Ids as the keys
and their corresponding center body NAIF Ids as the values.
See Also