lpsolve55get_nameindex 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 int get_nameindex(
IntPtr lp,
ref string name,
bool isrow
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function get_nameindex (
lp As IntPtr,
ByRef name As String,
isrow As Boolean
) As Integer
Request Example
View SourceParameters
- lp IntPtr
-
- name String
-
- isrow Boolean
-
Return Value
Int32See Also