Seeing the API code behind your Revit actions?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all,
I'm just getting started with scripting for Revit and I was curious if there is a way you can easily generate parts of API script.
For example ArcGIS can provide you with the code on the actions you just executed.
It would greatly help to start understanding the Revit API and it would make scripting a lot faster and more efficient if you can backtrack your actual 'clicking' actions in Revit in a generated file with Revit API.
For example if I try to load or update a family into my project.
You follow the actions: Load Family < browse to folder < select family < open < overwrite options < etc
It would be nice to have a textfile or window in which i can track the API code that is being used for the workflow, so I could recreate this in a script to preform this action manualy for all the families loaded into the project.
This way you can make a quickstart scripting with the API, without having to jump deeply into the Revit SDK library