Browse By Tags

  • C++ Scanning File issue

    I have a strange problem when scanning a file. In the code below I am looking for cells with name beginning with characters " XX ". It finds all the cells which start with characters " XX " except cell: XXDWG. Now if I comment out the 3 lines above the…
  • Re: Controlling Microstation from Excel VBA

    ModelReference.Scan Rabi: How do I populate oHost with elements if I need to process tags in a file or multiple files as such. In MicroStation, elements reside in a model (VBA ModelReference ). There is always one model in a DGN file. …
  • Re: mdlScan_save/restoreContext is AWOL

    Prefer ScanCriteria to Scan Warren: These function seem to have vanished from v8.11: mdlScan_saveContext(), mdlScan_restoreContext() Is there an equivalent under v8.11? The mdlScan_xxx functions I believe used global memory…
  • mdlDB_findLinks

    mdlDB_findLinks is a great api function used to find elements in models that have a database link to a given mslink and entity number. Today I discovered slight problem that causes the function to return an error even though the element should be found…