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

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

Anonymous
Not applicable
287 Views
0 Replies
Message 1 of 1

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

Anonymous
Not applicable

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

0 Likes
288 Views
0 Replies
Replies (0)