Click or drag to resize

AccessComputationLightTravelTimeConvergenceTolerance Property

Gets or sets the convergence tolerance used in determining the light travel time.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double LightTravelTimeConvergenceTolerance { get; set; }

Property Value

Type: Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the user attempts to set a tolerance less than or equal to zero.
See Also