Mike1DDataRainfallRunoffResultDataFilePath Property |
Note: This API is now obsolete.
Path to file containing rainfall runoff results that is to be
coupled with a HD simulation.
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax [ObsoleteAttribute("Moved to BoundaryData.CatchmentResultFiles")]
public IFilePath RainfallRunoffResultDataFilePath { get; set; }
<ObsoleteAttribute("Moved to BoundaryData.CatchmentResultFiles")>
Public Property RainfallRunoffResultDataFilePath As IFilePath
Get
Set
public:
[ObsoleteAttribute(L"Moved to BoundaryData.CatchmentResultFiles")]
property IFilePath^ RainfallRunoffResultDataFilePath {
IFilePath^ get ();
void set (IFilePath^ value);
}
Property Value
Type:
IFilePathSee Also