Hi all,
I want to create an automation script that updates an element to use another protocol version. Is there any method that does this in the automation module?
Thanks,
Ryan
ryan yahia Selected answer as best
Hi Ryan, with the methods provided in the help you can only request the protocol version for an element object like so:
el.ProtocolVersion;
Kevin Vermeulen [SLC] [DevOps Member] Answered question