1
Automation Interface, Add-Ins and Tools / Re: Refresh of Tagged-Values Window
« on: December 06, 2018, 02:00:03 am »
Hi,
as a workaround to get the tagged value window updated, select another element in the project browser and then switch back an select your element of interest. I use this method to update my tagged values window after modifing the tags by script.
BR
Andreas
as a workaround to get the tagged value window updated, select another element in the project browser and then switch back an select your element of interest. I use this method to update my tagged values window after modifing the tags by script.
Code: [Select]
Repository.ShowInProjectView(anyObj)
Repository.ShowInProjectView(neededObj)
BR
Andreas