StkSatelliteDatabaseEntryPeriod Property |
Gets or sets the time, in seconds, for the satellite to complete one revolution of the Earth.
This number is rounded to the nearest tenth of a minute.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Period { get; set; }
Public Property Period As Double
Get
Set
public:
property double Period {
double get ();
void set (double value);
}
member Period : float with get, set
Property Value
Type:
DoubleSee Also