| ParameterizedEvaluatorTResultIsTimeVarying Property  | 
 
            Gets a value indicating whether or not the value of this evaluator changes with time.  If
            
, the evaluator is assumed to return the same value for any
            input 
JulianDate.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract bool IsTimeVarying { get; }Public MustOverride ReadOnly Property IsTimeVarying As Boolean
	Get
public:
virtual property bool IsTimeVarying {
	bool get () abstract;
}abstract IsTimeVarying : bool with get
Property Value
Type: 
BooleanImplements
IIsTimeVaryingIsTimeVarying See Also
See Also