ILOG CPLEX .NET Reference Manual

IMPModeler.Delete Method

Deletes an object from a model.

Overload List

Deletes an object from a model.

void Delete(ICopyable);

Deletes the modeling objects in an array obj from the invoking model.

void Delete(ICopyable[]);

Deletes the modeling objects in obj[start] through obj[start+num-1] from a model.

void Delete(ICopyable[],int,int);

See Also

IMPModeler Interface | ILOG.Concert Namespace