- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, how to do "regenerate all rules" for all open idw documents with ilogic or vba?
I tried to make a rule but it doesn’t work
Dim oDoc As Document For Each oDoc In ThisApplication.Documents.VisibleDocuments If oDoc.DocumentType = kDrawingDocumentObject Then iLogicVb.UpdateWhenDone = True Dim controlDef As ControlDefinition = ThisApplication.CommandManager.ControlDefinitions.Item("iLogic.RegenAllRules") controlDef.Execute2(True) End If Next oDoc
Thanks in advance!
Solved! Go to Solution.
Link copied