This method removes the extractable object from the invoking model.

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

Syntax

C#
IAddable Remove(
	IAddable obj
)
Visual Basic
Function Remove ( _
	obj As IAddable _
) As IAddable

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