UtilReadSelectionFile Method

Read a MU .MUS file into a list of strings

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static List<string> ReadSelectionFile(
	FilePath filePath,
	string tableName,
	DiagnosticsValue locationDescription,
	IDiagnostics diagnostics
)

Parameters

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

Return Value

ListString

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Util.ReadSelectionFile(DHI.FilePath,System.String,DHI.Mike1D.Generic.DiagnosticsValue,DHI.Mike1D.Generic.IDiagnostics)"]

See Also