Solid Edge Framework Type Library
SaveChangedFiles Method
The string array FilesNotSaved is optional, and simply lists the full paths of save failures. In the case of partial success, this method will not return an error code (.NET exception).
Description
This 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).
Syntax
Visual Basic
Public Sub SaveChangedFiles( _
   Optional ByRef FilesNotSaved() As String, _
   Optional ByVal FutureUse As Variant _
) 
Parameters
FilesNotSaved
The string array FilesNotSaved is optional, and simply lists the full paths of save failures. In the case of partial success, this method will not return an error code (.NET exception).
FutureUse
Remarks
Its provided largely as a convenience, since crossing the part copy boundaries is a nontrivial operation for a user.
See Also

InterDocumentUpdate Object  | InterDocumentUpdate Members