Browse By Tags

  • Item Instance Collector

    I wanted to try out C# and the MstnPlatformNet API to harvest Item Type instance data. After obtaining help from Jan Šlegr and Paul Connelly on the Programming Forum, I wrote the ItemInstanceCollector Visual Studio project. The project creates the ItemInstanceCollector…
  • [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…
  • Invalid enumeration value 0

    Applies To Product(s): Exor Noticing Manager Version(s): 04.05.10.02 Environment: N/A Area: Works Original Author: Lee Jackson, Bentley Technical Support Group …