NavigationAccuracyPredictedConstraintPercentConfidence Property  | 
 
            Gets or sets the desired confidence interval percentage.  Prior to applying the constraint value, the 
            predicted root mean square error is converted to represent the accuracy corresponding to this
            percentage of confidence.
            
 
    Namespace: 
   AGI.Foundation.Access.Constraints
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int PercentConfidence { get; set; }Public Property PercentConfidence As Integer
	Get
	Set
public:
property int PercentConfidence {
	int get ();
	void set (int value);
}member PercentConfidence : int with get, set
Property Value
Type: 
Int32
Exceptions
Remarks
See Also