Message 1 of 1
Possibility to save an .idw drawing and its Dependents by using an iLogic rule

Not applicable
06-19-2017
04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Goodday,
Is there a possibility to save an .idw drawing and its Dependents by an iLogic rule, without referencing to a specific path. The rule I use ATM does reference to the path the drawing is saved in. But we use a generator which takes the drawing out of a folder and drops it in another folder (so another path..). So the rule I use ATM aint work anymore.
The code i use is:
Call oDoc.Save2(True,SaveDependents)
Using just:
Call oDoc.Save(True)
Wont also give the right result.
The prompt i get is:
"The system cannot find the specified path"
I hope other options are possible!
Greeting Thomas