Creates a new data element, which can be added to this collection. The caller takes ownership of the allocated memory.

Return Value

The OplElementIterator being created.

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

Syntax

C#
public OplElement MakeElement(
	string name,
	ITuple value
)

Parameters

name
Type: System..::..String
The name for the new element.
value
Type: ILOG.Concert..::..ITuple
The value of the new element.

See Also