lpsolve55get_statustext 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 string get_statustext(
IntPtr lp,
int statuscode
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function get_statustext (
lp As IntPtr,
statuscode As Integer
) As String
Request Example
View SourceParameters
- lp IntPtr
-
- statuscode Int32
-
Return Value
StringSee Also