EBDN - Community - Question & Answers

  Thursday, 16 April 2020
  1 Replies
  1.1K Visits
0
Votes
Undo
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?