AttributeBrowserAddin
- Last UpdatedMay 16, 2022
- 1 minute read
This is a C# addin containing a simple form which displays the attributes for the currently selected element. To use this within a module, copy the module's addins.xml file, for example, DesignAddins.xml, from the product directory to the directory set in CAF_ADDINS_PATH and then modify it to include AttributeBrowserAddin. To access the addin you will need to add the command to a State button on the ribbon or toolbar depending on the User Interface (UI) in the module. To do this in the application, open up the customization window and either create a new tab group/toolbar or use an existing one. Create a new State Button and in its properties specify the command to be "Aveva.ShowAttributeBrowserCommand", then click Apply and close the window. You should be able to open the attribute browser button by clicking on the new button.