Click or drag to resize

Mike1DDataResultBaseFilePath Property

Base path for result files. If a relative path is specified for a result file, the path is relative to this path.

If this is not set explicitly, the Connection FilePath is used as base file path. Set to null to delete an explicitly defined value.

If folder does not exist, but the parent folder exists, the folder will be created when the simulation is executed.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IFilePath ResultBaseFilePath { get; set; }

Property Value

Type: IFilePath
See Also