| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
String See Also
See Also