Set the compute option.
| [Visual Basic .NET] |
|---|
Public Sub SetType( _ ByVal AgEFmComputeType As AgEFmComputeType _ ) |
| [C#] |
|---|
public void SetType( |
| [Managed C++] |
|---|
public: void SetType( |
| [Java] |
|---|
public setType( |
| [Unmanaged C++] |
|---|
public: HRESULT SetType( |
- AgEFmComputeType
Member Value Description eBest4 0 Computes the navigation accuracy based on the set of four satellites that yields the minimum GDOP. eBestN 1 Computes the navigation accuracy based on the specified number of satellites that yields the minimum GDOP. eOverDetermined 2 Computes the navigation accuracy based on all of the currently available assets. eBestFourAcc 3 Computes the navigation accuracy based on the set of the set of four satellites that yields the minimum geometric uncertainty. eBestNAcc 4 Computes the navigation accuracy based on the set of the specified number of satellites that yields the minimum geometric uncertainty.
