ILOG CPLEX .NET Reference Manual

Cplex.GetParam Method (BooleanParam)

Returns the current value of a Boolean parameter.

public virtual bool GetParam(
   BooleanParam which
);

Parameters

which
The identifier of the Boolean parameter to be queried.

Return Value

The current value of the Boolean 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.GetParam Overload List