Change Linked Block's Filepath

I can’t seem to find a method to change linked blocks file path from python. It is available from the block manager (just changing the path make the block definition point to a different file).

Hi @Daniel_Krajnik ,
It’s the second input of InstanceDefinitionTable.ModifySourceArchive method:

1 Like

Amazing, thank you! Yes, I was just looking at it now, but couldn’t find the “Modify” method (only SourceArchive) property. Very helpful!

1 Like