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

Syntax

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

Parameters

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

Implements

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

See Also