Sgp4Propagator.ElementSets Property |
Gets the set of elements from which to propagate.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DefinitionalObjectCollection<Sgp4Elements> ElementSets { get; }
Public ReadOnly Property ElementSets As DefinitionalObjectCollection(Of Sgp4Elements)
Get
public:
property DefinitionalObjectCollection<Sgp4Elements^>^ ElementSets {
DefinitionalObjectCollection<Sgp4Elements^>^ get ();
}
member ElementSets : DefinitionalObjectCollection<Sgp4Elements> with get
Property Value
Type:
DefinitionalObjectCollection<Sgp4Elements>
See Also