OnSave Document Event

OnSave Document Event

Anonymous
Not applicable
323 Views
1 Reply
Message 1 of 2

OnSave Document Event

Anonymous
Not applicable
If you are coding in the OnSaveDocumentEvent
in here you open a part and do an update on the part

Will that cause the OnSaveDocument to Fire Again???
0 Likes
324 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
You should make sure you are doing this in the kBefore (and not kAfter). If
so, the event shouldn't fire twice (I haven't tried this particular
experiment myself). Of course, if you modified and saved the other part, the
event will fire (kBefore and kAfter) for the other part.

Sanjay-

wrote in message news:5119798@discussion.autodesk.com...
If you are coding in the OnSaveDocumentEvent
in here you open a part and do an update on the part

Will that cause the OnSaveDocument to Fire Again???
0 Likes