RaimOutagesEnRoute Property  | 
 
            Gets or sets the intervals of RAIM outage for the 
EnRoute phase.
            
 
    Namespace: 
   AGI.Foundation.Navigation
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCollection EnRoute { get; set; }Public Property EnRoute As TimeIntervalCollection
	Get
	Set
public:
property TimeIntervalCollection^ EnRoute {
	TimeIntervalCollection^ get ();
	void set (TimeIntervalCollection^ value);
}member EnRoute : TimeIntervalCollection with get, set
Property Value
Type: 
TimeIntervalCollection
See Also