@m_magalhaes
Thank you very much for your reply.
Target was to let user run my plugin in pyton script without open its gui, but set options by some command.
Meanwhile I came to solution by implementing ExecuteOptionID method.
In this way user first sets options in gui and after can CallCommand anywhere he wants in scripts.
Again thank you for your time.