Message 1 of 4

Not applicable
05-02-2013
08:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i just want to run a rule in an IDW from a rule in an IAM.
ASSY1.IAM Rule 1 which in turn runs ASSY1.IDW Rule2
something like this(which doesnt work)
strfolder =ThisDoc.Path & "\Assembly1.idw"
iLogicVb.RunRule(strfolder, "sav_idw_as_dwg")
the files can be hard coded, have the same name in the same directory. the IDW is open.
Solved! Go to Solution.