Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to start the Revit's Transaction in
private void ComponentManager_UIElementActivated(object sender, Adwin.UIElementActivatedEventArgs e)
{
Transaction transaction = new Transaction(doc, "Test"))
transaction.Start("Test");
}
But, Revit is crashing when it hit the transaction.Start() method.
I am on Revit API 2020.
Solved! Go to Solution.