lpsolve55write_params Method |
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 bool write_params(
IntPtr lp,
ref string filename,
ref string options
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function write_params (
lp As IntPtr,
ByRef filename As String,
ByRef options As String
) As Boolean
Request Example
View SourceParameters
- lp IntPtr
-
- filename String
-
- options String
-
Return Value
BooleanSee Also