SP3aEphemerisIdentifiers Property |
Gets the collection of satellite identifiers contained in this SP3-a file.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic ReadOnlyCollection<int> Identifiers { get; }Public ReadOnly Property Identifiers As ReadOnlyCollection(Of Integer)
Get
public:
property ReadOnlyCollection<int>^ Identifiers {
ReadOnlyCollection<int>^ get ();
}member Identifiers : ReadOnlyCollection<int> with get
Property Value
Type:
ReadOnlyCollectionInt32
See Also