Mike1DDataCatchmentDischargeResultDataFilePath 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 CatchmentDischargeResultDataFilePath { get; set; }
<ObsoleteAttribute("Moved to BoundaryData.CatchmentResultFiles")>
Public Property CatchmentDischargeResultDataFilePath As IFilePath
Get
Set
public:
[ObsoleteAttribute(L"Moved to BoundaryData.CatchmentResultFiles")]
property IFilePath^ CatchmentDischargeResultDataFilePath {
IFilePath^ get ();
void set (IFilePath^ value);
}
Property Value
Type:
IFilePathSee Also