This method removes the extractable object from the invoking model.

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

Syntax

C#
IAddable Remove(
	IAddable obj
)

Parameters

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

Remarks

If the modeling object has been added multiple times, only one instance is removed from the model.

See Also