| Mike1DController Properties | 
The Mike1DController type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CurrentTime | 
            Current time of simulation
            (Overrides AbstractMike1DControllerCurrentTime.) | 
|  | DiagnosticsHandler | 
            Handler, taking care of diagnostics messages.
            (Inherited from AbstractMike1DController.) | 
|  | EngineNet | 
            The enginenet used for the simulation
            (Inherited from AbstractMike1DController.) | 
|  | IsFailed |  Bool indicating that the controller is in a failed state (Inherited from AbstractMike1DController.) | 
|  | Mike1DData | 
            The Mike1DData that defines the simulation setup
            (Inherited from AbstractMike1DController.) | 
|  | MinSecondsBetweenProgressEvent | 
            Minimum number of seconds between the ControllerProgressEvent is triggered.
            (Inherited from AbstractMike1DController.) | 
|  | ProgressState | 
            Progress state of the controller, specifying how far the controller has progressed. One of 
            Initialized,Prepared,Running.
            (Inherited from AbstractMike1DController.) | 
|  | ResultDataList | 
            List of all result data components associated with 
            (Inherited from AbstractMike1DController.) | 
|  | RuntimeDiagnostics | 
            Diagnostics that are used during the simulation (prepare, run)
            (Inherited from AbstractMike1DController.) | 
|  | SimulationType | 
            String to indicate the type of simulation being run. Used for user output only.
            (Overrides AbstractMike1DControllerSimulationType.) | 
|  | State | 
            Current state of the controller
            (Inherited from AbstractMike1DController.) | 
|  | StateWriter | 
            State writer, if enabled. Available after Prepare | 
|  | Timings | 
            Detailed timings of the different parts of the simulation.
            (Inherited from AbstractMike1DController.) | 
 See Also
See Also