Click or drag to resize

UtilReadSelectionFile Method

Read a MU .MUS file into a list of strings

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static List<string> ReadSelectionFile(
	IFilePath filePath,
	string tableName,
	DiagnosticsValue locationDescription,
	IDiagnostics diagnostics
)

Parameters

filePath
Type: DHI.Mike1D.GenericIFilePath
Name and path to .MUS file
tableName
Type: SystemString
Table in .MUS file to read
locationDescription
Type: DHI.Mike1D.GenericDiagnosticsValue
Location that .MUS file is related to. Use null when not relevant.
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics object to report errors to

Return Value

Type: ListString

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

See Also