Anonymous
233 Views, 1 Reply
10-06-2017
07:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-06-2017
07:54 AM
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!