Skip to content

Commit 3763e70

Browse files
committed
Update Readme
1 parent f29c781 commit 3763e70

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
This project was generated by the [ricaun.AppLoader](https://ricaun.com/AppLoader/) Revit plugin.
1010

11+
## Description
12+
13+
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 `.
14+
15+
<img width="1864" height="1304" alt="image" src="https://github.com/user-attachments/assets/3220ba06-a8c7-4ba0-9a77-b930bc69f6f5" />
16+
17+
### References - Overriding a Revit command
18+
19+
* https://help.autodesk.com/view/RVT/2026/ENU/?guid=Revit_API_Revit_API_Developers_Guide_Advanced_Topics_Commands_html
20+
1121
## Installation
1222

1323
* Download and install [RevitAddin.CommandBindingTester.exe](https://github.com/ricaun-io/RevitAddin.CommandBindingTester/releases/latest/download/RevitAddin.CommandBindingTester.zip)

0 commit comments

Comments
 (0)