Click or drag to resize

StoppablePropagatorDefinitionGetAllAdapters Method

Gets all of the StateElementAdapters that have been registered with this propagator.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual List<StateElementAdapterDefinition> GetAllAdapters()

Return Value

Type: ListStateElementAdapterDefinition
All of the StateElementAdapters that have been registered with this propagator.
See Also