XSBaseProcessedDataStatus Property |
ProcessingStatus defines the status of the processed data of this cross section.
Whenever the user updates raw data of the cross section, its state must be changed
to NotUpdated.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public ProcessedDataStatus ProcessedDataStatus { get; set; }
Public Property ProcessedDataStatus As ProcessedDataStatus
Get
Set
public:
property ProcessedDataStatus ProcessedDataStatus {
ProcessedDataStatus get ();
void set (ProcessedDataStatus value);
}
Property Value
Type:
ProcessedDataStatusSee Also