• How to Remove element using OpenDesignFileForProgram?

    I am using OpenDesignFileForProgram for counting elements. I would like to Remove Element also, can this be done? My experiments all seem to result in "Model is Read-Only". Thanks, Paul
  • Differences between XM and V8i using opendesignfileforprogram

    I've posted this problem in a another thread that had a different subject. I'm getting different results running this code in XM and in V8i. In XM the result is Num=5, which is correct. In V8i the result is Num=1, which is wrong. Apparently oLevels…
  • Re: OpenDesignFileForProgram and Views

    Unknown said: When you open a dgn with OpenDesignFileForProgram , what can and can't you do? OpenDesignFile With VBA you can operate on the ActiveModelReference in the ActiveDesignFile . Your VBA code can do whatever a MicroStation user can…