Browse By Tags

  • [CONNECT C++] Can we have a read-only ElementAgenda

    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…