By Yuvarani Elango on Thursday, 16 April 2020
Posted in Sheet Operations
Likes 0
Views 1.1K
Votes 0
Hi everyone,

In my Visio, I have a shape with four pins as in image1.

I want to navigate or get the pin’s object id. It is possible to navigate the pin or open it in EB as in image2:

But when I select the pin and run my assistant, I am getting the selecting item as the shape and not the pin. Below is my code:

var source = myApplication.ActiveSheet.Selection[0];

Is it possible to navigate the pin or get the pin’s object id?
View Full Post