Sets the float collection column named col of the ITupleSet with value. The ITupleSet becomes the owner of the collection.

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

Syntax

C#
void SetNumCollectionValue(
	string col,
	INumCollection value
)

Parameters

col
Type: System..::..String
value
Type: ILOG.Concert..::..INumCollection

See Also