Get custom property in automation
30th August 2023
Hi Michael, You can achieve this by using the Class Library: IDms myDms = engine.GetDms(); IDmsView myView = myDms.GetView(“my View Name”); IDmsViewProperty myProperty = myView.Properties.SingleOrDefault(x => x.Definition.Name == “property name”);