I've been looking around for an answer but I haven't found anything that addresses it.
I have a thread that calls a PostCommand and I've noticed a couple of things: No matter where I put the PostCommand, it occurs last in my thread even if it's inside a separate transaction.
Is there any way to call it in order and then return to my Revit API code to continue executing?
I've found this thread but I'm hoping their error is because they're running in dynamo instead of using c# in visual studio