Click or drag to resize

AuxiliaryStateElementEvaluator.IsTimeVarying Property

Gets a value indicating whether or not the value of this evaluator changes with time. If false, the evaluator is assumed to return the same value for any input JulianDate.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public abstract bool IsTimeVarying { get; }

Property Value

Type: Boolean

Implements

IIsTimeVarying.IsTimeVarying
See Also