Deleting eVolve Parameters
- Macros must be enabled in Revit, see Enabling Macros.
- From the Revit ribbon, click the Manage tab, then click Macro Manager in the Macros panel.
- From the Macro Manager window, click the second tab, then click the Module button from the Create panel.
- From the Create a New Module window, type DeleteParameters in the Module name field and click OK. The Revit macro IDE application launches.
- Ensure the Language to C# and the Description is optional.
NOTE: Make sure the module name does not contain any spaces.

- From the Revit macro IDE application, create a couple of line breaks after the
Revit Macros generated code
section and then highlight the line as shown below:

- From Windows Explorer, navigate to C:\Program Files\eVolve\eVolve Mechanical for Revit 20xx\Resources, open the DeleteParametersMacro.txt file, copy the entire contents, and paste the contents into the highlighted line above.
- From the Revit macro IDE ribbon, click the Build button and confirm the macro was built successfully.
- Close the Revit macro IDE editor.
- From the Macro Manager window, expand the DeleteParameters macro, select DeleteProjectMacros, and click Run:
- After the macro completes successfully, it can be safely deleted from the project.