• [CONNECT C++] Notes about Iterators

    I've written some notes about various iterators in the MicroStationAPI . I find it useful to have a summary that provides an alternative to the documentation. There are several web pages about different sorts of iteration. I've referenced the legacy…
  • [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…