Visio for UML class diagram

B

Bruno Panetta

Hi all,

I am using Visio to create a class diagram for my C++ program. My
question is: do you know if it's possible to put the elements of a
class in the diagram in alphabetical order?
he way I see it, they appear in the order in which I entered them, and
there is no way to change this. Am I wrong?
Thanks

Bruno
 
B

Bruno Panetta

PS just to clarify: suppose I have a class with elements

#m_calculatedValue
#m_startingValue

now suppose I want to add another member attribute called
#m_calculatedValue2. I want this to appear right after
#m_calculatedValue and before #m_startingValue. How can I do it?
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top