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.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public FilePath TemplateFilePath { get; set; }

Property Value

FilePath

See Also