Namespace: DWSIM.MathOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax [DllImportAttribute("lpsolve55", CharSet = CharSet.Ansi, ExactSpelling = true,
SetLastError = true)]
public static int read_XLI(
ref string xliname,
ref string modelname,
ref string dataname,
ref string options,
int verbose
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function read_XLI (
ByRef xliname As String,
ByRef modelname As String,
ByRef dataname As String,
ByRef options As String,
verbose As Integer
) As Integer
Request Example
View SourceParameters
- xliname String
-
- modelname String
-
- dataname String
-
- options String
-
- verbose Int32
-
Return Value
Int32See Also