Message 1 of 6
Update drawing Iproperties from Model?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I would like to add a rule to our standard template that would also work on updating current drawings.
I would like to try do an ilogic that will set the copy model iproperty setting to copy all properties
I believe then I can use the following that I can set to trigger once the document opens and saves
Dim oControlDef as ControlDefinition = ThisApplication.CommandManager.ControlDefinitions.Item("UpdateCopiedModeliPropertiesCmd") oControlDef.Execute2(True)
Is it possible to add in the ilogic to set the triggers?