Click or drag to resize

NavigationAccuracyAssessedUserRangeErrors Property

Gets or sets the collection of user range errors for the tracked satellites.

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<SatelliteUserRangeError> UserRangeErrors { get; set; }

Property Value

Type: IListSatelliteUserRangeError
Remarks
Each entry in this list corresponds to a satellite in the IncludedSatellites collection. For example, the first satellite in IncludedSatellites has the first user range error int this collection. The second satellite in IncludedSatellites has the second user range error in this collection. And so on.
See Also