Returns the default value of a string parameter.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual string GetDefault( Cplex..::..StringParam which ) |
| Visual Basic |
|---|
Public Overridable Function GetDefault ( _ which As Cplex..::..StringParam _ ) As String |
Parameters
- which
- Type: ILOG.CPLEX..::..Cplex..::..StringParam
The identifier of the string parameter to be queried.
Return Value
The default value of the string parameter.
Remarks
ILOG.Concert.Exception If the method fails, an exception
of type ILOG.Concert.Exception, or
one of its derived classes, is thrown.