How to Display Members of CLASS Shape type

H

Hemant

Hai .....,
I have an add-in build that gives all the shapes in the
current page using the following method:

Visio.Page currentPage = visioApp.ActiveWindow.Page as Visio.Page;
int count = currentPage.Shapes.Count;

Now what I want is, if any of the shape in this collection is of type
Class, then I would like to display the Class's Attribute, Its
Operations and all that. How Can I do this.

Regards,
Hemant
 

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