This member function is used to determine whether the column index is a subtuple column.

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

Syntax

C#
bool IsTuple(
	int index
)

Parameters

index
Type: System..::..Int32

Return Value

A Boolean value specifying whether the indexed column is a subtuple column.

See Also