Description
Navigation accuracy based on the specified number of satellites that yields the minimum GDOP.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property BestN() As Integer
|
| [C#] |
|---|
public int BestN {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_BestN(); public: __property void set_BestN(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BestN(
long * pVal
);
public: HRESULT put_BestN(
long InVal
);
|
| [Java] |
|---|
public int getBestN();
public void setBestN(
int
);
|
| [Python - STK API] |
|---|
@property
def BestN(self) -> int:
@BestN.setter
def BestN(self, InVal:int) -> None:
|
See Also