Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
233 Views, 1 Reply

iLogic Error

Hi,

 

I've got some code to update the copied iproperties in a drawing that works when run manually but gives an error when triggered.

 

The code:

 

Dim oControlDef as ControlDefinition

oControlDef = ThisApplication.CommandManager.ControlDefinitions.​Item("UpdateCopiedModeliPropertiesCmd")

oControlDef.Execute2(True)

 

Thanks!