Message 1 of 2

Not applicable
04-03-2015
08:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have this problem, I would like to use onsavedocument event only for save as copy:
How can I find if I'm saving the file or I'm saving a copy?
Private Sub mobjApplicationEvents_OnSaveDocument(ByVal DocumentObject As Inventor.Document, ByVal BeforeOrAfter As Inventor.EventTimingEnum, ByVal Context As Inventor.NameValueMap, ByRef HandlingCode As Inventor.HandlingCodeEnum) Handles mobjApplicationEvents.OnSaveDocument
.....
????
.....
EndSub
Could someone help me?
Thanks
Massimo
Solved! Go to Solution.