Returns the IIntCollection value of the given column of the invoking tuple.

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

Syntax

C#
IIntCollection GetIntCollectionValue(
	int index
)

Parameters

index
Type: System..::..Int32

Return Value

An IIntCollection representing the value of the column.

See Also