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: 24.2.419.0 (24.2.419.0)
Syntax public DilutionOfPrecisionFigureOfMerit(
DilutionOfPrecisionType type
)
Public Sub New (
type As DilutionOfPrecisionType
)
public:
DilutionOfPrecisionFigureOfMerit(
DilutionOfPrecisionType type
)
new :
type : DilutionOfPrecisionType -> DilutionOfPrecisionFigureOfMerit
Parameters
- type
- Type: AGI.Foundation.NavigationDilutionOfPrecisionType
The type of DOP.
See Also