Click or drag to resize

ITimeBasedState Interface

A general state that stores raw values. The state can represent anything you would like it to be, however every element must have a name that is used to retrieve and modify its values. This state has a time and motions.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ITimeBasedState : IThreadAware, 
	ICloneWithContext

The ITimeBasedState type exposes the following members.

Properties
  NameDescription
Public propertyAvailableElements
Gets the names of all of the elements in this state.
Public propertyCurrentDate
Gets or sets the JulianDate that this state is valid.
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
(Inherited from IThreadAware.)
Top
Methods
See Also