IProvideNaifIdCode Interface | 
 
            This central body, barycenter, spacecraft, ground station,
            or other physical object or location provides a NAIF
            identification code.
            
 
    Namespace: 
   AGI.Foundation.Spice
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic interface IProvideNaifIdCode
Public Interface IProvideNaifIdCode
public interface class IProvideNaifIdCode
type IProvideNaifIdCode =  interface end
The IProvideNaifIdCode type exposes the following members.
Properties| 
								 
							 | Name | Description | 
|---|
  | NaifIdCode | 
            Gets the NAIF identification code of this central body,
            barycenter, spacecraft, ground station, or other physical
            object or location.
             
            A directory of NAIF IDs associated with commonly used
            Solar System bodies is available at the
            NAIF website.
              | 
Top
See Also