This method adds the extractable object to the invoking model.

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

Syntax

C#
IAddable Add(
	IAddable obj
)

Parameters

obj
Type: ILOG.Concert..::..IAddable
The modeling object to be added to the invoking IModel.

Return Value

The modeling object that has been added.

See Also