Click or drag to resize

EvaluatorDelayedByLinkT Properties

The EvaluatorDelayedByLinkT generic type exposes the following members.

Properties
  NameDescription
Public propertyAvailabilityIntervals
Gets a TimeIntervalCollection over which data is available. If the availability interval is infinite, this returns Infinite.
(Inherited from EvaluatorT.)
Public propertyGroup
Gets the group that contains this evaluator.
(Inherited from EvaluatorT.)
Public propertyInnerEvaluator
Gets the evaluator which is delayed by the LinkDelay.
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
(Overrides EvaluatorTIsThreadSafe.)
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.
(Overrides EvaluatorTIsTimeVarying.)
Public propertyLinkDelay
Gets the link delay applied to the InnerEvaluator.
Top
See Also