Merging Reference Files - Maintain "Allow Optimized Clipping" Setting?

Microstation v8i 08.11.09.608

When merging reference files in Microstation you are presented with a couple of options before doing a data point to accept the reference file/s to merge;

I would like to merge my reference files with the option to "Allow Optimized Clipping" on at all times so that I can use the REFERENCE MERGE keyin in a batch process. There appears to be no option in the keyin or configuration to maintain this setting. If I do a File>Save Settings and return to Microstation the setting is always off. Is there any setting, configuration variable or keyin I can use to maintain this setting in a batch process that includes merging reference files?

 

Parents
  • Unknown said:
    Is there any setting, configuration variable or keyin I can use to maintain this setting

    Record VBA Macro

    I don't have a precise answer to your question, but one way to discover those unknown settings is to record a VBA macro.


    VBA Macro Recorder

    While you record, toggle that setting on and off. You don't have to understand VBA to do this, but look at the results of the recording …
    Recording a VBA macro

    After you stop recording, look at the results. They will be in a VBA project, in a procedure called Macro1 or similar. The recording usually (but not always) shows you what application variable is being manipulated.

     
    Regards, Jon Summers
    LA Solutions

Reply
  • Unknown said:
    Is there any setting, configuration variable or keyin I can use to maintain this setting

    Record VBA Macro

    I don't have a precise answer to your question, but one way to discover those unknown settings is to record a VBA macro.


    VBA Macro Recorder

    While you record, toggle that setting on and off. You don't have to understand VBA to do this, but look at the results of the recording …
    Recording a VBA macro

    After you stop recording, look at the results. They will be in a VBA project, in a procedure called Macro1 or similar. The recording usually (but not always) shows you what application variable is being manipulated.

     
    Regards, Jon Summers
    LA Solutions

Children