DamBreakBaseReportPath Property  | 
 
            The directory of the text output file is taken from this file path. It is set from the
            boundary data connection during Initialize().
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic IFilePath ReportPath { get; set; }Public Property ReportPath As IFilePath
	Get
	Set
public:
property IFilePath^ ReportPath {
	IFilePath^ get ();
	void set (IFilePath^ value);
}Property Value
Type: 
IFilePath
See Also