J
Joseph
Hi,
I am new to visio programming and I want to get some information from the
UML state chart using a VB Script (macro). I did manage to get details of
'state' and 'transition' shapes, like the names of the states, which states
are connected to a particular state, guard conditions for transitions etc,
using the VB script. The VB script writes these details to a text file. Now I
couldn't find how to get the information on a composite state using the VB
Script. I can find if a shape is composite or not from the current sheet, but
don't know how to find the substates that it is connected to using the VB
script.
Also I am looking for the methods / properties that will give me the 'on
entry' and 'on exit' conditions of a state.
Any help on these would be highly appreciated.
Thanks,
Joseph
I am new to visio programming and I want to get some information from the
UML state chart using a VB Script (macro). I did manage to get details of
'state' and 'transition' shapes, like the names of the states, which states
are connected to a particular state, guard conditions for transitions etc,
using the VB script. The VB script writes these details to a text file. Now I
couldn't find how to get the information on a composite state using the VB
Script. I can find if a shape is composite or not from the current sheet, but
don't know how to find the substates that it is connected to using the VB
script.
Also I am looking for the methods / properties that will give me the 'on
entry' and 'on exit' conditions of a state.
Any help on these would be highly appreciated.
Thanks,
Joseph