NumericalPropagatorDefinitionStateParameter Property  | 
 
            Gets or sets a parameter which represents the state during propagation.  In general,
            users should never need to explicitly set this property.  It should only be set
            in cases where elements of a state require additional instances of a 
NumericalPropagator
            inside their implementation in order to produce their values.  In such cases, it may
            be necessary to distinguish between the state of the exterior propagator and the
            state of the interior propagator.  In these cases, it is up to the user to ensure
            that both the 
NumericalPropagatorDefinition and all of its elements are configured with the same parameter.
            Otherwise, the definition will throw an exception when creating its propagator.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PropagationStateParameter StateParameter { get; set; }Public Property StateParameter As PropagationStateParameter
	Get
	Set
public:
property PropagationStateParameter^ StateParameter {
	PropagationStateParameter^ get ();
	void set (PropagationStateParameter^ value);
}member StateParameter : PropagationStateParameter with get, set
Property Value
Type: 
PropagationStateParameter
See Also