ObjectIterator Class Members
In This Topic
The following tables list the members exposed by ObjectIterator.
Public Properties
| Name | Description |
| Condition | Chain of condition filter objects (or just one). Filters can be found in namespace Eplan.EplApi.DataModel.Filters . |
| Count | Number of filtered elements. |
| First | First found object. |
| Last | Last found object. |
| Position | Current position. |
Top
Public Methods
| Name | Description |
| Next | Returns current object and move current position further. |
| Reset | Sets current position to 0. |
Top
See Also