ILOG CPLEX .NET Reference Manual

Cplex.Bound Method 

Creates and returns an object of type INumVarBound to represent the specified bound of the variable var.

public virtual INumVarBound Bound(
   INumVar var,
   NumVarBoundType type
);

See Also

Cplex Class | ILOG.CPLEX Namespace