Click or drag to resize

UtilReadSelectionFile Method

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

Parameters

filePath
Type: DHI.Mike1D.GenericIFilePath
tableName
Type: SystemString
locationDescription
Type: DHI.Mike1D.GenericDiagnosticsValue
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

Return Value

Type: ListString
See Also