ControlDataBaseFilePath Property |
Base file path is use to find supporting files when reading control structures
For M11 setups, this points to the directory of the .nwk file
Namespace:
DHI.Mike1D.ControlModule
Assembly:
DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IFilePath BaseFilePath { get; set; }
Public Property BaseFilePath As IFilePath
Get
Set
public:
property IFilePath^ BaseFilePath {
IFilePath^ get ();
void set (IFilePath^ value);
}
Property Value
Type:
IFilePathSee Also