ConstantStateStoppablePropagatorStep Property  | 
 
            Gets or sets the default step that this propagator will take.  Individual 
            
StoppingConditions may know at what rate 
            they should be sampled, and that step will be used instead of this if it is 
            less than this step.  Also when restepping this value will not be used.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Duration Step { get; set; }Public Property Step As Duration
	Get
	Set
public:
property Duration Step {
	Duration get ();
	void set (Duration value);
}member Step : Duration with get, set
Property Value
Type: 
Duration
See Also