DynamicStateStoppablePropagatorDynamicState Property |
Gets or sets the definition of the
StateEvaluatorT that
will be propagated.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DynamicState<IAdjustableState> DynamicState { get; set; }
Public Property DynamicState As DynamicState(Of IAdjustableState)
Get
Set
public:
property DynamicState<IAdjustableState^>^ DynamicState {
DynamicState<IAdjustableState^>^ get ();
void set (DynamicState<IAdjustableState^>^ value);
}
member DynamicState : DynamicState<IAdjustableState> with get, set
Property Value
Type:
DynamicStateIAdjustableStateSee Also