Replaces an element in this collection. The collection does not take ownership of the allocated memory.

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

Syntax

C#
public void SetElement(
	OplElement element
)

Parameters

element
Type: ILOG.OPL..::..OplElement
The element to add.

See Also