This method removes the array of extractable objects from the invoking model.

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

Syntax

C#
IAddable[] Remove(
	IAddable[] objects
)

Parameters

objects
Type: array<ILOG.Concert..::..IAddable>[]()[][]
The array of modeling objects to be removed from the invoking IModel.

Remarks