Convert ink to geometry in code?

G

Guy..L

Is there a way to convert ink to geometry in code?

I notice the option to do so in Visio is disabled when the Macro recorder is
running. Maybe it's proprietary?? I saw one post where it was answered with
a non-answer. (Software is about information; not law.)

Either way, my users want it. I either program it or they get trained on it
and I have to add a Combine shapes to my UI.

Thank you, again for your help.
 
N

Nikolay Belyh

Is there a way to convert ink to geometry in code?

I notice the option to do so in Visio is disabled when the Macro recorderis
running.  Maybe it's proprietary??  I saw one post where it wasanswered with
a non-answer.  (Software is about information; not law.)

Either way, my users want it.  I either program it or they get trained on it
and I have to add a Combine shapes to my UI.

Not sure about law, but if you won't find how to do that properly you
can consider clicking that "Convert To Geometry" button
programmatically:

ActiveWindow.Select <your shape to convert>
Application.CommandBars.FindControl(, 34431).Execute
 

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