Click or drag to resize

ReferenceFrameEvaluatorIsTimeVarying Property

Gets a value indicating whether this frame is fixed with respect to its parent reference frame. If false, Evaluate(JulianDate, Int32) is assumed to return the same value for any input date.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override bool IsTimeVarying { get; }

Property Value

Type: Boolean

Implements

IIsTimeVaryingIsTimeVarying
See Also