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: 23.2.417.0 (23.2.417.0)
Syntax
public virtual List<StateElementAdapterDefinition> GetAllAdapters()

Return Value

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