Solid Edge Framework Type Library
GetFilesToUpdate Method
Returns an array of full paths to each file that will be updated.
Description
This method gets the documents marked as changed or requiring updates in the component tracker dialog.
Syntax
Visual Basic
Public Sub GetFilesToUpdate( _
   ByRef FilesToUpdate() As String, _
   Optional ByVal FutureUse As Variant _
) 
Parameters
FilesToUpdate
Returns an array of full paths to each file that will be updated.
FutureUse
See Also

InterDocumentUpdate Object  | InterDocumentUpdate Members