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)
Syntaxpublic 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
IIsTimeVarying.IsTimeVarying
See Also