Solid Edge Framework Type Library
GetFilesToSave Method
Returns an array containing full paths to each Geometric Dirty file (including the top level document if it is Persist dirty.) The entries are listed in bottom-up order, which is the order in which they will saved when calling SaveChangedFiles().
Description
This method returns a list of dirty documents in the current tree scope.
Syntax
Visual Basic
Public Sub GetFilesToSave( _
   ByRef FilesToSave() As String, _
   Optional ByVal FutureUse As Variant _
) 
Parameters
FilesToSave
Returns an array containing full paths to each Geometric Dirty file (including the top level document if it is Persist dirty.) The entries are listed in bottom-up order, which is the order in which they will saved when calling SaveChangedFiles().
FutureUse
Remarks
It is not necessary to call this method before calling SaveChangedFiles().
See Also

InterDocumentUpdate Object  | InterDocumentUpdate Members