SP3aEphemerisDataTSatellites Property |
Gets the collection of satellites for which data is available.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ICollection<int> Satellites { get; }
Public ReadOnly Property Satellites As ICollection(Of Integer)
Get
public:
property ICollection<int>^ Satellites {
ICollection<int>^ get ();
}
member Satellites : ICollection<int> with get
Property Value
Type:
ICollectionInt32See Also