Removes the array of objects from the invoking model.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual IAddable[] Remove(
	IAddable[] objects
)
Visual Basic
Public Overridable Function Remove ( _
	objects As IAddable() _
) As IAddable()

Parameters

objects
Type: array<ILOG.Concert..::..IAddable>[]()[][]

Implements

IModel..::..Remove(array<IAddable>[]()[][])

Remarks

See Also