I would like to tag all objects not tagged, including all linked files. Within the Annotation section, this is fairly easy as you can 'Tag All' and select 'Include elements from linked files'.
However, I would like to create a macro which automates this process. You can call a postable command, but I'm struggling to find out out how to include the linked files in the script.
Suggestions?
public void PostableCommands()
{
RevitCommandId id_buit_in
= RevitCommandId.LookupPostableCommandId(
PostableCommand.TagAllNotTagged );
}