| DilutionOfPrecisionConstraint Constructor (IServiceProvider, Double, DilutionOfPrecisionType) | 
 
            Initializes a new instance with the specified constrained object, maximum value, and DOP value to constrain.
            
 
    Namespace: 
   AGI.Foundation.Access.Constraints
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic DilutionOfPrecisionConstraint(
	IServiceProvider constrainedObject,
	double maximumValue,
	DilutionOfPrecisionType valueToConstrain
)
Public Sub New ( 
	constrainedObject As IServiceProvider,
	maximumValue As Double,
	valueToConstrain As DilutionOfPrecisionType
)
public:
DilutionOfPrecisionConstraint(
	IServiceProvider^ constrainedObject, 
	double maximumValue, 
	DilutionOfPrecisionType valueToConstrain
)
new : 
        constrainedObject : IServiceProvider * 
        maximumValue : float * 
        valueToConstrain : DilutionOfPrecisionType -> DilutionOfPrecisionConstraintParameters
- constrainedObject
- Type: SystemIServiceProvider
 The object to which this constraint is applied.
- maximumValue
- Type: SystemDouble
 Maximum allowable dilution of precision.
- valueToConstrain
- Type: AGI.Foundation.NavigationDilutionOfPrecisionType
 The type of dilution of precision to compute.
 Remarks
Remarks See Also
See Also