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)
Syntaxpublic IList<string> AvailableElements { get; }
Public ReadOnly Property AvailableElements As IList(Of String)
Get
public:
virtual property IList<String^>^ AvailableElements {
IList<String^>^ get () sealed;
}
abstract AvailableElements : IList<string> with get
override AvailableElements : IList<string> with get
Property Value
Type:
IList<String>Implements
ITimeBasedState.AvailableElements
See Also