Code generation tool based on UML diagram

B

Boris Volman

Hi

I want to implement my own code generation tool based on Visio UML diagrams
I create. I can't find a way to read all the UML shapes properties like
operations with arguments, attributes and types, etc. Please help me with it?
My email is (e-mail address removed)

Thanks a lot.
 
J

junethesecond

ShapeSheet might be useful to you.
If you would use ShapeText-function
to the operaion shape which is
a child of a class shape,
you could get an operation.
 
M

Mark Nelson [MS]

Visio has not published an interface for programmatically accessing this
information. The properties are stored in a binary data blob within the
document.
 
B

Boris Volman

Is it something that is planed to be opened in the future or is there any way
to be able to parse this information?
 
M

Mark Nelson [MS]

I'm not sure what export possibilities exist. There are no plans to add a
programmatic interface to the data at this time.

--
Mark Nelson
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.
 
J

John Smith

What about the Entity and Relationship objects?

Can I get handles to Column Names and Integrity Constraint Data?

Robert
 

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