UtilReadSelectionFile Method
Read a MU .MUS file into a list of strings
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public static List<string> ReadSelectionFile(
FilePath filePath,
string tableName,
DiagnosticsValue locationDescription,
IDiagnostics diagnostics
)
- filePath FilePath
- Name and path to .MUS file
- tableName String
- Table in .MUS file to read
- locationDescription DiagnosticsValue
- Location that .MUS file is related to. Use null when not relevant.
- diagnostics IDiagnostics
- Diagnostics object to report errors to
ListString[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Util.ReadSelectionFile(DHI.FilePath,System.String,DHI.Mike1D.Generic.DiagnosticsValue,DHI.Mike1D.Generic.IDiagnostics)"]