The ElementAgenda provides a collection of elements. It's useful to enumerate the collection to harvest information. However, the enumeration methods (e.g. _OnElementModify() ) pass a non- const EditElementHandle .
When harvesting information, it would…