Click or drag to resize

NavigationAccuracyAssessed.UserRangeErrors 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: 25.1.421.0 (25.1.421.0)
Syntax
public IList<SatelliteUserRangeError> UserRangeErrors { get; set; }

Property Value

Type: IList<SatelliteUserRangeError>
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