Solid Edge Framework Type Library
InterDocumentUpdate Object Members
Overview 
Public Methods
Public Method GetFilesToSaveThis method returns a list of dirty documents in the current tree scope.
Public Method GetFilesToUpdateThis method gets the documents marked as changed or requiring updates in the component tracker dialog.
Public Method LoadFilesToUpdateLoads files to be updated.
Public Method SaveChangedFilesThis method iterates over all documents found to be dirty in the tree rooted at the current document’s level, and saves any that are geometric dirty (plus the root document if it is either “persist dirty” or geometric dirty; otherwise, users would still see save prompts for those files).
Public Method UpdateThis method implements both the second half of the dialog button and, for assembly documents, calls the original UpdateDocument() API.
See Also

InterDocumentUpdate Object