This project was generated by the ricaun.AppLoader Revit plugin.
This RevitAddin
demonstrates how to override existing Revit commands using the Revit API CreateAddInCommandBinding
method using a Windows Presentation Foundation
to list all available PostableCommand
and enable overwrite the CanExecute
, BeforeExecuted
, and Executed
.
- Revit API Help - Overriding a Revit command
- Revit API Forum - Wrapping commands inside a CommandBinding
- Download and install RevitAddin.CommandBindingTester.exe
The ricaun.AppBundleTool can be used to install/unistall the RevitAddin.CommandBindingTester.bundle
by downloading it from the latest release.
AppBundleTool -i -a https://github.com/ricaun-io/RevitAddin.CommandBindingTester/releases/latest/download/RevitAddin.CommandBindingTester.bundle.zip
AppBundleTool -u -a RevitAddin.CommandBindingTester
This project is licensed under the MIT License.
Do you like this project? Please star this project on GitHub!