Links two column objects.
Namespace: ILOG.Concert
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual Column And( Column column ) |
| Visual Basic |
|---|
Public Overridable Function And ( _ column As Column _ ) As Column |
Parameters
- column
- Type: ILOG.Concert..::..Column
The column object to be linked with the invoking column.
Return Value
A column object defining the addition of a newly created variable to the modeling objects handled by the invoking column and to the modeling objects handled by the argument column.
Remarks
When you use the returned column object for constructing a new variable, the new variable will be installed in the modeling objects handled by the invoking column object as well as the modeling objects handled by the column passed as the argument column.