Eplan Platform API
Eplan.EplApi.DataModel Namespace / ObjectIterator Class
Members

ObjectIterator Class
Object of this class is returned by Project::Objects , Page::Objects and DMObjectFinder::Objects. It's allow to iterate by all found objects. Objects are searched by filters which can be joined by operator | (OR) or & (AND). Object of this class can be created only by DataModel assembly.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.DataModel.ObjectIterator

Syntax
internal class ObjectIterator 
Public Properties
 NameDescription
Public PropertyChain of condition filter objects (or just one). Filters can be found in namespace Eplan.EplApi.DataModel.Filters .  
Public PropertyNumber of filtered elements.  
Public PropertyFirst found object.  
Public PropertyLast found object.  
Public PropertyCurrent position.  
Top
Public Methods
 NameDescription
Public MethodReturns current object and move current position further.  
Public MethodSets current position to 0.  
Top
See Also