I write two plugin. one is automation plug-in,and the other is format plug-in. I can call format plugin in automation plugin and save a file . But How could I pass some parameters from automation plug-in to format plugin? These parameters are used for save file in format plugin.
I look at the Autofilter and Hidden sample in SDK simple directory. My automation plug-in can't pass parameters to format plug-in.
Could anyone help me ?