Read and update View Property through automation script
25th March 2024
Dear dojo, I’m creating an automation script where i read a view Property through IDms dms = engine.GetDms(); IDmsView myView = dms.GetView(Convert.ToInt16( viewid )); IDmsViewProperty myViewProperty = myView.Properties.SingleOrDefault(x => x.Definition.Name …