Home Image-Pro Automation (Macros, Apps, Reports)

Add measurements to measurements table

HI guys,
is there any way to load a measurements file (IQM) adding the values to the existing data set in the measurements table (Count/Size)?
Actually the file values overwrite the existing data.
To load the file I use this statment:
        With Measure.MeasurementsCommands.Open(NewMacro2)
            .FileName = "C:\temp\plotting.iqm"
            .FilterIndex = 1
            .Run(doc1)
        End With
Thank you
Regards
Maurizio

Answers

  • Hi Maurizio,

    It's available in Premier 9.2 when the option "Preserve existing data" is on.

    Yuri

Sign In or Register to comment.