Click or drag to resize

ReferenceFrameEvaluator.IsTimeVarying 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: 25.1.421.0 (25.1.421.0)
Syntax
public override bool IsTimeVarying { get; }

Property Value

Type: Boolean

Implements

IIsTimeVarying.IsTimeVarying
See Also