SP3cEphemerisDataTSatellites 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<SatelliteIdentifier> Satellites { get; }
Public ReadOnly Property Satellites As ICollection(Of SatelliteIdentifier)
Get
public:
property ICollection<SatelliteIdentifier>^ Satellites {
ICollection<SatelliteIdentifier>^ get ();
}
member Satellites : ICollection<SatelliteIdentifier> with get
Property Value
Type:
ICollectionSatelliteIdentifierSee Also