ProcessedDataStatus Enumeration |
the state that the processed levels and values are in
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public enum ProcessedDataStatus
Public Enumeration ProcessedDataStatus
public enum class ProcessedDataStatus
Members
| Member name | Value | Description |
---|
| Updated | 0 |
up to date
|
| NotUpdated | 1 |
not up to date
|
| EditedByUser | 2 |
currently being edited in GUI
|
See Also