AGI STK Objects 11Send comments on this topic.
IsTypeSupported Method (IAgFmDefDilutionOfPrecision)
See Also 
AgEFmComputeType
Windows






Windows & Linux

Description

Is the compute option supported?

Syntax

[Visual Basic .NET]
Public Function IsTypeSupported( _
   ByVal AgEFmComputeType As AgEFmComputeType _
) As Boolean
[C#]
public bool IsTypeSupported(
   AgEFmComputeType AgEFmComputeType
);
[Managed C++]
public: bool IsTypeSupported(
   AgEFmComputeType AgEFmComputeType
);
[Java]
public bool isTypeSupported(
   AgEFmComputeType AgEFmComputeType
);
[Unmanaged C++]
public: HRESULT IsTypeSupported(
   AgEFmComputeType AgEFmComputeType,
   VARIANT_BOOL * ReturnValue
);

Parameters

AgEFmComputeType
MemberValueDescription
eBest40Computes the navigation accuracy based on the set of four satellites that yields the minimum GDOP.
eBestN1Computes the navigation accuracy based on the specified number of satellites that yields the minimum GDOP.
eOverDetermined2Computes the navigation accuracy based on all of the currently available assets.
eBestFourAcc3Computes the navigation accuracy based on the set of the set of four satellites that yields the minimum geometric uncertainty.
eBestNAcc4Computes the navigation accuracy based on the set of the specified number of satellites that yields the minimum geometric uncertainty.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.