CentralBodyObstructionConstraint.Tolerance Property |
Gets or sets the tolerance on the constraint value to use when computing the time when this constraint crosses its threshold.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Tolerance { get; set; }
Public Property Tolerance As Double
Get
Set
public:
property double Tolerance {
double get ();
void set (double value);
}
member Tolerance : float with get, set
Property Value
Type:
Double
See Also