DilutionOfPrecisionIsUndefined Property |
Gets or sets a value indicating whether this instance does not have a well-defined DOP. This may happen when less than 4 satellites are used to create the DOP for example.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsUndefined { get; set; }
Public Property IsUndefined As Boolean
Get
Set
public:
property bool IsUndefined {
bool get ();
void set (bool value);
}
member IsUndefined : bool with get, set
Property Value
Type:
BooleanSee Also