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: 25.1.421.0 (25.1.421.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 false, the evaluator is assumed to return the same value for any input JulianDate.
Top
See Also