ILOG CPLEX .NET Reference Manual

Cplex.GetDefault Method (StringParam)

Returns the default value of a string parameter.

public virtual string GetDefault(
   StringParam which
);

Parameters

which
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.

See Also

Cplex Class | ILOG.CPLEX Namespace | Cplex.GetDefault Overload List