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.2.419.0 (24.2.419.0)
Syntax public override bool IsTimeVarying { get; }
Public Overrides ReadOnly Property IsTimeVarying As Boolean
Get
public:
virtual property bool IsTimeVarying {
bool get () override;
}
abstract IsTimeVarying : bool with get
override IsTimeVarying : bool with get
Property Value
Type:
BooleanImplements
IIsTimeVaryingIsTimeVaryingSee Also