ChangeStoppingConditionThresholdOperatorTThresholdParameter Property  | 
 
            Gets or sets the parameter that can be used to parameterize evaluators  
            that should be changed by this 
operator.  
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ValueParameter<T> ThresholdParameter { get; set; }Public Property ThresholdParameter As ValueParameter(Of T)
	Get
	Set
public:
property ValueParameter<T>^ ThresholdParameter {
	ValueParameter<T>^ get ();
	void set (ValueParameter<T>^ value);
}member ThresholdParameter : ValueParameter<'T> with get, set
Property Value
Type: 
ValueParameterT
See Also