1
Suggestions and Requests / Re: AutomationInterface: retrieveAllElements()
« on: August 01, 2005, 06:51:39 am »
thats not the problem, but again i can only traverse the repository recursivly with the automationinterface, which takes quite a long time on a huge model.
since EA uses an access db, i assume that there exists something like an element table. thus a query like
and because the repository changes during modeling, a one time traversion of the model at startup won't be of great help
since EA uses an access db, i assume that there exists something like an element table. thus a query like
Code: [Select]
SELECT * FROM elements
and populating a collection with the returned stuff be several times faster. and because the repository changes during modeling, a one time traversion of the model at startup won't be of great help
