1
Automation Interface, Add-Ins and Tools / Re: VBS Script to go through all composite diag el
« on: December 16, 2014, 12:29:46 am »
Hello,
Sadly I will answer yes at your two question... :-/
In a nutshell, I don't know how to write my script to iterate through all the elements of my package (including composite diagrams).
I tried to iterate the Package element's with
But It wasn't successful.
Sadly I will answer yes at your two question... :-/
In a nutshell, I don't know how to write my script to iterate through all the elements of my package (including composite diagrams).
I tried to iterate the Package element's with
Code: [Select]
Repository.GetTreeSelectedPackage()
But It wasn't successful.