VariableSpeedMotorEvaluate Method  | 
 
            The state of the motor at the specified time.
            
 
    Namespace: 
   Demo3D.Visuals.Motor
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic State Evaluate(
	double time
)
Parameters
- time
 - Type: SystemDouble
The time for which to determine the state. 
Return Value
Type: 
StateThe state at the specified time.
Exceptions| Exception | Condition | 
|---|
| ArgumentOutOfRangeException | 
            Thrown if the time specified is earlier than the current time on the motor.
             | 
See Also