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
)
Public Shared Function ReadSelectionFile (
filePath As IFilePath,
tableName As String,
locationDescription As DiagnosticsValue,
diagnostics As IDiagnostics
) As List(Of String)
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