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

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

Syntax

C#
IAddable[] Remove(
	IAddable[] objects
)
Visual Basic
Function Remove ( _
	objects As IAddable() _
) As IAddable()

Parameters

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

Remarks