Deletes the modeling objects in an array obj from the invoking IModel. After you call this method, the deleted objects are no longer in the model. If a modeling object is referenced multiple times in a model (for example, a variable used by multiple constraints), the object is removed from all places. When you delete variables from a model, they are removed from all other modeling objects in the model.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
void Delete( ICopyable[] obj ) |
Parameters
- obj
- Type: array<ILOG.Concert..::..ICopyable>[]()[][]