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