DilutionOfPrecisionFigureOfMerit Constructor (DilutionOfPrecisionType) |
Constructs a new instance based on the given type of dilution of precision.
Namespace:
AGI.Foundation.Coverage.FigureOfMerit
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic DilutionOfPrecisionFigureOfMerit(
DilutionOfPrecisionType type
)
Public Sub New (
type As DilutionOfPrecisionType
)
public:
DilutionOfPrecisionFigureOfMerit(
DilutionOfPrecisionType type
)
new :
type : DilutionOfPrecisionType -> DilutionOfPrecisionFigureOfMeritParameters
- type
- Type: AGI.Foundation.NavigationDilutionOfPrecisionType
The type of DOP.
See Also