Click or drag to resize

NumericalPropagatorState.AvailableElements Property

Gets the names of all of the elements in this state.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IList<string> AvailableElements { get; }

Property Value

Type: IList<String>

Implements

ITimeBasedState.AvailableElements
See Also