Navigation accuracy based on the specified number of satellites that yields the minimum GDOP.
Read-write property
[Visual Basic .NET] |
---|
Public Property BestN() As Integer |
[C#] |
---|
public int BestN {get; set;} |
[Managed C++] |
---|
public: __property int get_BestN(); |
[Unmanaged C++] |
---|
public: HRESULT get_BestN( long * pVal ); public: HRESULT put_BestN( long InVal ); |
[Java] |
---|
public int getBestN(); public void setBestN( int ); |