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: 26.1.424.0 (26.1.424.0)
Syntaxpublic abstract ReadOnlyCollection<int> Satellites { get; }Public MustOverride ReadOnly Property Satellites As ReadOnlyCollection(Of Integer)
Get
public:
virtual property ReadOnlyCollection<int>^ Satellites {
ReadOnlyCollection<int>^ get () abstract;
}abstract Satellites : ReadOnlyCollection<int> with get
Property Value
Type:
ReadOnlyCollectionInt32
See Also