CatchmentResultFileComponentResultFiles Property |
List of paths to RR component (pollutant or sediment) result file.
Files must contain component concentration or loads for catchments in the Runoff result file.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public List<CatchmentComponentResultFile> ComponentResultFiles { get; set; }
Public Property ComponentResultFiles As List(Of CatchmentComponentResultFile)
Get
Set
public:
property List<CatchmentComponentResultFile^>^ ComponentResultFiles {
List<CatchmentComponentResultFile^>^ get ();
void set (List<CatchmentComponentResultFile^>^ value);
}
Property Value
Type:
ListCatchmentComponentResultFileSee Also