lpsolve55set_add_rowmode 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 set_add_rowmode(
IntPtr lp,
bool turnon
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function set_add_rowmode (
lp As IntPtr,
turnon As Boolean
) As Boolean
Request Example
View SourceParameters
- lp IntPtr
-
- turnon Boolean
-
Return Value
BooleanSee Also