Click or drag to resize

NumericalPropagatorDefinition.IntegrationElements Property

Gets the collection of IntegrationStateElements which together define the state for the numerical integrator.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ICollection<PropagationStateElement> IntegrationElements { get; }

Property Value

Type: ICollection<PropagationStateElement>
See Also