Removes object 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 object_renamed
)
Visual Basic
Public Overridable Function Remove ( _
	object_renamed As IAddable _
) As IAddable

Parameters

object_renamed
Type: ILOG.Concert..::..IAddable

Implements

IModel..::..Remove(IAddable)

Remarks

See Also