EarthOrientationParameters.ObservedInterval Property |
Gets the time interval of observed data points, if known.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeInterval ObservedInterval { get; }
Public ReadOnly Property ObservedInterval As TimeInterval
Get
public:
property TimeInterval^ ObservedInterval {
TimeInterval^ get ();
}
member ObservedInterval : TimeInterval with get
Property Value
Type:
TimeInterval
See Also