Overload List
| Name | Description | |
|---|---|---|
|
|
GetElementEnumerator()()()() |
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 ValueAn OplElementIterator for the model elements. |
|
|
GetElementEnumerator(Boolean) |
Returns a new iterator for the elements in this model. The caller is responsible for ending the iterator. If the element iterator owns its elements, only the current element is valid, previous ones cannot be used. If the element iterator does not own its elements, previously iterated elements can be used. The caller is responsible for ending those elements.
Return ValueAn OplElementIterator for the model elements. |