Quick question
Is it possible to setup a Copy/Monitor from a linked file using Dynamo/Revit API? and how?

Quick question
Is it possible to setup a Copy/Monitor from a linked file using Dynamo/Revit API? and how?

Are you referring to this kind of workflow?
A screenshot of your graph would helpā¦
See this also:
https://forums.autodesk.com/t5/revit-ideas/copy-monitor-api/idi-p/6322737
http://dynamobim.org/forums/topic/monitoring-element/
Copy Monitor wonāt ever be of much use to Dynamo until itās functionality is exposed to the API. If you think this is important/useful - please vote at:
https://forums.autodesk.com/t5/revit-ideas/copy-monitor-api/idi-p/6322737
Thanks, thatās why we have no components or I couldnāt find it in the API⦠voted. 
Has Anyone used Dynamo to copy the instance parameters into copy monitored families?
2020 and only 140 Votes. Disappointing for automation possibilites
@Jonathan_Roy, see this for a slight workaroundā¦are you trying to automate setting up MEP models?
@JustinStirling, thanks, will take a look. Yes we are looking to automate/program setting up MEP models.
Having read the previous comments and other posts, it looks like postable commands should be avoided. However, itās 2022 and I am wondering (just checking really) if anything has been changed / added? People who set up our models from time to time forget to monitor levels and grids, and even forget to pin them. Yes, maybe these people shouldnāt be doing what they do in the first place, but it is what it is. So it would be very helpful to have a script that lets you copy levels/grids from a certain model, pin them and monitor.
This is my first dynamo / pyhton script (please see image). This command āPostableCommand.CopyMonitorSelectLinkā brings up the Copy/Monitor Tab where I have to manually select whether I wish to copy/monitor or just monitor. Has anyone got ideas how fully automate such process?

Did this actually end up working for you?