| DilutionOfPrecisionConstraintValueToConstrain Property  | 
 
            Gets or sets the type of dilution of precision to use for this constraint.
            
 
    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 DilutionOfPrecisionType ValueToConstrain { get; set; }Public Property ValueToConstrain As DilutionOfPrecisionType
	Get
	Set
public:
property DilutionOfPrecisionType ValueToConstrain {
	DilutionOfPrecisionType get ();
	void set (DilutionOfPrecisionType value);
}member ValueToConstrain : DilutionOfPrecisionType with get, set
Property Value
Type: 
DilutionOfPrecisionType See Also
See Also