07-19-2018 10:12 AM
Hello Community,
Can we change method to autoexce? i wrote follwing code but its not working..i want to change Method name(m_Update) as autoexec before saving model in different folder so when i will open these model so this method will be run without any clicking.Is it possible? Can you suggest any other option?
Thanks in advance
Solved! Go to Solution.
07-19-2018 11:35 AM - edited 07-19-2018 11:36 AM
Try .klassen.Reconfiguration.Method.&m_Update.Name:="Autoexec"
to reference the method.