Returns a new iterator for the elements in this model. The caller is responsible for ending the iterator. This element iterator owns all the elements on which it iterates. Only the current element is valid, previous ones cannot be used.
Return Value
An OplElementIterator for the model elements.
Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
public IEnumerator GetElementEnumerator() |