Click or drag to resize

IIsTimeVarying Interface

An interface to an object that can specify whether or not it varies with time.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IIsTimeVarying

The IIsTimeVarying type exposes the following members.

Properties
  NameDescription
Public propertyIsTimeVarying
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.
Top
See Also