Apprentice OpenwithOptions

Apprentice OpenwithOptions

Anonymous
Not applicable
843 Views
1 Reply
Message 1 of 2

Apprentice OpenwithOptions

Anonymous
Not applicable

I have seen at least two previous posts on this, but no answers.

 

Is there a list of possible options for Apprentice with the OpenwithOptions method? 

 

Even if the Apprentice.open call is inside of a Try Catch, it doesn't throw an error when a file is missing references it just goes back to the routine that called it. 

 

Like the others I have tried this to no avail.

Dim oDocOpenOptions As NameValueMap
oDocOpenOptions = oApprenticeApp.TransientObjects.CreateNameValueMap
Call oDocOpenOptions.Add("SkipAllUnresolvedFiles", True)

 

0 Likes
844 Views
1 Reply
Reply (1)
Message 2 of 2

xiaodong_liang
Autodesk Support
Autodesk Support

Hi,

 

could you take a look at the other post if it answered your question?

 

http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/Apprentice-openWithOptions-method-use/...

 

0 Likes