Example #1
0
 public void SelectShape(int shapeID)
 {
     selectShape = VisApp.ActivePage.Shapes.get_ItemFromID(shapeID);
     selection.Select(selectShape, 2);
 }