| SegmentPropagatorConstraintDesiredValue Property  | 
 
            Gets or sets the threshold that the 
evaluated value
            will be compared to when solving for a particular trajectory.  This value must not vary in time; consider
            using a 
ParameterizedValueDefinitionT if you want to change this value at propagation time.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic ValueDefinition<double> DesiredValue { get; set; }Public Property DesiredValue As ValueDefinition(Of Double)
	Get
	Set
public:
property ValueDefinition<double>^ DesiredValue {
	ValueDefinition<double>^ get ();
	void set (ValueDefinition<double>^ value);
}member DesiredValue : ValueDefinition<float> with get, set
Property Value
Type: 
ValueDefinitionDouble See Also
See Also