Macro Recorder
To automate repetitive tasks, you can record macros for various actions and play them back.
Macros are recorded as C# script code, so you can easily understand how the API works by checking the macro code.
Record a macro
Click [Record Macro] on the [Scripts] menu to start recording a macro.
Run a recorded macro
Select the name of the macro you want to run from the [Macro List] box on the toolbar of the Script window and click [Run Macro] to run the macro.
Open the macro file to see the code<
Open the macro file in a text editor to see its contents.
- Click [Macro Manager] on the [Scripts] menu.
The [Macro Manager] dialog box is displayed. - Select a macro in the [Macro List] and click [Open File].
The macro file will be opened in a text editor. - If necessary, edit and overwrite the macro with a text editor.
The macro file has been updated to reflect your changes the next time you run the macro.
Delete the macro
Delete the macro file.
- Click [Macro Manager] on the [Scripts] menu.
The [Macro Manager] dialog box is displayed. - Select the macro you want to delete from [Macro List] and click [Delete].
A confirmation message is displayed and the macro is deleted.
Supplemental | |
▪ | Macro Recorder functions are only used in RootPro CAD Professional. RootPro CAD Free cannot use this function. |