| SimulationParametersM1DxFileName Property  | 
 
            If 
WriteM1Dx is set, this is the name of the .m1dx file to write. 
            
            If this is not set, the extension of the input file name is changed to .m1dx.
            
            M1DxFileName is relative to the input file name directory.
            
 
    Namespace: 
   DHI.Mike1D.SimLauncher
    Assembly:
   DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 19.0.0.0 (11.1.1.1111)
 Syntax
Syntaxpublic string M1DxFileName { get; set; }Public Property M1DxFileName As String
	Get
	Set
public:
property String^ M1DxFileName {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String See Also
See Also