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.2.419.0 (24.2.419.0)
Syntax public IList<SatelliteUserRangeError> UserRangeErrors { get; set; }
Public Property UserRangeErrors As IList(Of SatelliteUserRangeError)
Get
Set
public:
property IList<SatelliteUserRangeError^>^ UserRangeErrors {
IList<SatelliteUserRangeError^>^ get ();
void set (IList<SatelliteUserRangeError^>^ value);
}
member UserRangeErrors : IList<SatelliteUserRangeError> with get, set
Property Value
Type:
IListSatelliteUserRangeErrorRemarks
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