DHI.Mike1D Class Library
C#
Show/Hide TOC
Abstract
Mike
1DController
Progress
State Property
Progress state of the controller, specifying how far the controller has progressed. One of
Initialized
,
Prepared
,
Running
.
Definition
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
ControllerState
ProgressState
{
get
; }
Property Value
ControllerState
Implements
IMike1DController
ProgressState
See Also
Reference
AbstractMike1DController Class
DHI.Mike1D.Mike1DDataAccess Namespace
In This Article
Definition
Property Value
Implements
See Also