StkSatelliteDatabaseEntryOrbitDescription Property |
Gets or sets a description of the orbit.
This is either "Decayed" plus the date in YYYYMMDD format of the orbit decay, or a description of the orbit.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public string OrbitDescription { get; set; }
Public Property OrbitDescription As String
Get
Set
public:
property String^ OrbitDescription {
String^ get ();
void set (String^ value);
}
member OrbitDescription : string with get, set
Property Value
Type:
StringSee Also