StateWriteSpecificationTemplateFilePath Property |
Template file path, used when creating state file names.
Typically it should have the form
TemplateFilePath.Path = "myFolder\MyStateFileName_{0}.sta1d"
where the placeholder is replaced with the simulation date and time for that state.
If the TemplateFilePath does not contain any placeholder, one is inserted automatically
as the last part of the filename.
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 TemplateFilePath { get; set; }
Public Property TemplateFilePath As IFilePath
Get
Set
public:
property IFilePath^ TemplateFilePath {
IFilePath^ get ();
void set (IFilePath^ value);
}
Property Value
Type:
IFilePathSee Also