Adds an element to this collection, with a different name. The collection does not take ownership of the allocated memory.
Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public void AddElementAs( string name, OplElement element ) |
Parameters
- name
- Type: System..::..String
The name for the added element.
- element
- Type: ILOG.OPL..::..OplElement
The element to add.