OrbitLifetimeResultsElements Property |
Gets or sets the list of mean element sets for the successive orbit passes.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<LifetimeElements> Elements { get; set; }
Public Property Elements As IList(Of LifetimeElements)
Get
Set
public:
property IList<LifetimeElements^>^ Elements {
IList<LifetimeElements^>^ get ();
void set (IList<LifetimeElements^>^ value);
}
member Elements : IList<LifetimeElements> with get, set
Property Value
Type:
IListLifetimeElementsSee Also