I hope you are having a great time and enjoying life post-Revit!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am creating an application that must do the following steps:
- Load a FamilySymbol from a file.
- Get the FamilyManager from the Family document and access some parameters.
- Place an instance of the FamilySymbol into the project.
In order to load the FamilySymbol into the project, I have to have a transaction running. Then, in order to open the Family document, the transaction has to be closed. In order to place an instance of the component, a transaction has to be running.
This causes the application to create two undo points - one for each transaction.
Is there a way to combine the two transactions into a single undo point so the entire action of the command can be undone?
I am using the Manual TransactionMode.
Solved! Go to Solution.
Link copied