Export metadata

S

Stanislaw Tristan

I have a static structure diagram and want to create a report with an 3rd
party report engine. So I need ti export all metadata of my classes to
external file. I can't find a built-in operation for this, so I want to
write my own export script on VBA language.
While viewing the visio object model I can't understand how to implement
next tasks:
- read all properties of some class (including tag values and custom
properties)
- read all properties of attributes and operations of some class

Is there a example of my task?

Thanks!
 
A

Al Edlund

I'm going to make a guess and assume you are working with a uml model. The
bad news is that the uml model is a private addin piece of code and some of
the metadata is stored in the application. As an approach you might consider
saving your model as xml and then writing your code to extract the data
against that.
al
 

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