Click or drag to resize

DilutionOfPrecisionConstraint Constructor (Double, DilutionOfPrecisionType)

Initializes a new instance with the specified maximum value and DOP value to constrain.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DilutionOfPrecisionConstraint(
	double maximumValue,
	DilutionOfPrecisionType valueToConstrain
)

Parameters

maximumValue
Type: SystemDouble
Maximum allowable dilution of precision.
valueToConstrain
Type: AGI.Foundation.NavigationDilutionOfPrecisionType
The type of dilution of precision to compute.
Remarks

This constraint is ready for use with AccessComputation after being constructed using this constructor. However, before evaluating this constraint as part of an AccessQuery, it is necessary to set the ConstrainedObject property.

See Also