RaimOptionsOutageDurationThreshold Property |
Gets or sets the outage duration threshold, which specifies how much time must pass,
while RAIM is unavailable, before a RAIM outage is signaled. This value defaults to 5 minutes.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration OutageDurationThreshold { get; set; }
Public Property OutageDurationThreshold As Duration
Get
Set
public:
property Duration OutageDurationThreshold {
Duration get ();
void set (Duration value);
}
member OutageDurationThreshold : Duration with get, set
Property Value
Type:
DurationSee Also