Programmatically editing 'Entity' shape's properties

A

Arun

Hi,

I've got a visio document that represents the data model of our oracle
database. I would like to access the shapes that represent the database
tables and retrieve their properties (database table related like Columns,
triggers Indexes etc) and edit them. For instance I would like to add more
indexes for a given table (represented by the 'Entity' shape). Since I have
to do it in large numbers, I would like to do this programmatically using the
automation. I imported the visiolib tlb file, created the interop assembly
and gone up to accessing the Page's shapes programmatically in C#. But I'm
stuck there since the shape's type is just System.__ComObject and could not
proceed further. Can anybody help me out please?

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