Book a Demo

Author Topic: API for marking an element on tree  (Read 3708 times)

tzafrir

  • EA User
  • **
  • Posts: 127
  • Karma: +0/-0
    • View Profile
API for marking an element on tree
« on: June 05, 2016, 03:20:38 pm »
Hi,
Is there an API that sets the tree focus on a given element?
(Assuming I have the element GUID).
Only found a getter API (repository.GetTreeSelectedItem())

Thanks,
Tzafrir

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: API for marking an element on tree
« Reply #1 on: June 05, 2016, 03:52:47 pm »
Repository.ShowInProjectView()

Geert