• [CONNECT C++] Notes about Iterators

    Jon Summers
    Jon Summers
    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…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT C++] Can we have a read-only ElementAgenda

    Jon Summers
    Jon Summers
    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…
    • Answered
    • over 5 years ago
    • MicroStation Programming
    • MicroStation Programming Forum