FlexibleExplorerAddin
- Last UpdatedApr 14, 2023
- 1 minute read
This is a C# addin which contains a Flexible Explorer control on a window and can be used with any of the modules. You will need to build the Addin inside Visual Studio after updating the references and then copy the DLL (FlexibleExplorerAddin.dll) and the associated XML sample file (FlexibleExplorerSample.xml) to the executable directory.
In order to load the addin into the modules you will need to add a reference in the DesignAddins.XML file.
Finally, you will need to use the Customization tool to add a state button in the module in order to display the addin.
With the sample Flexible Explorer definition file (FlexibleExplorerSample.xml) the addin will display all the elements in the model.
Detailed information about the Flexible Explorer is available, refer to Use of Flexible Explorer Control for further information.