Links two IColumn objects. When using the returned IColumn object for constructing a new variable, the new variable will be installed in the modeling objects handled by the invoking IColumn object as well as the modeling objects handled by IColumn passed as the parameter column.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
IColumn And(
	IColumn column
)

Parameters

column
Type: ILOG.Concert..::..IColumn
The IColumn object to be linked with the invoking IColumn.

See Also