Sets the integer array column columnIndex of the ITupleSet with value. The ITupleSet becomes the owner of the collection.

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

Syntax

C#
void SetIntMapValue(
	int columnIndex,
	IIntMap value
)

Parameters

columnIndex
Type: System..::..Int32
value
Type: ILOG.Concert..::..IIntMap

See Also